tyFlow Forum
Refresh TyFlow via MaxScript - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: Refresh TyFlow via MaxScript (/thread-2779.html)



Refresh TyFlow via MaxScript - jensh - 11-26-2021

Hi, 

Is there a way to refresh the flow from a maxscript function? At the moment when we change a editable poly, the surface test in our flows doesn't update. It only updates when the mesh is moved, so I was looking for a way to force update all our flows via maxscript.
Bassicly access to this button     


RE: Refresh TyFlow via MaxScript - tyFlow - 11-26-2021

Sure, just use:

Code:
$.reset_simulation()