Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  (Obi 5.0) How to stop, pause or sleep the simulation of ObiActor
#1
Hi.
I want to stop the simulation of ObiActor(e.g. fully simulated cloth. it has no plans to be moved in the future.)


But when the cloth calls RemoveFromSolver, the mesh of cloth be invisible.


Is there a way to stop the simulation and i.
I want to stop the simulation of ObiActor(e.g. fully simulated cloth. it has no plans to be moved in the future.)
But when the cloth calls RemoveFromSolver, the mesh of cloth be invisible.

Is there a way to stop the simulation and keep the particle positions?
Reply
#2
(12-12-2019, 10:21 AM)asimofu_ok Wrote: Hi.
I want to stop the simulation of ObiActor(e.g. fully simulated cloth. it has no plans to be moved in the future.)


But when the cloth calls RemoveFromSolver, the mesh of cloth be invisible.


Is there a way to stop the simulation and i.
I want to stop the simulation of ObiActor(e.g. fully simulated cloth. it has no plans to be moved in the future.)
But when the cloth calls RemoveFromSolver, the mesh of cloth be invisible.

Is there a way to stop the simulation and keep the particle positions?

Disable the updater (or the solver). This will pause the simulation.
Reply
#3
(12-12-2019, 11:36 AM)josemendez Wrote: Disable the updater (or the solver). This will pause the simulation.

Thank you replying!

When I want to stop some parts of ObiActor group,
Shoud I attach ObiUpdaters to each object?
Or attach ObiSolver to each object?
Reply