Page 1 of 1
Reset scene to middle state rather than initial state
Posted: 06 May 2025, 08:56
by MaJiamu
Hello, how can I reset scene to middle state (for example what the scene looks like at 10th second ) rather than initial state at simulation end by script?
Re: Reset scene to middle state rather than initial state
Posted: 06 May 2025, 12:45
by coppelia
Hello,
the easiest would be to drop the model
Models/tools/playback tool.ttm into the scene: then you can play-back the whole simulation by moving a slider.
Something similar can be achieves by writing a
customization script (or an
add-on) that memorizes the poses of all objects at a specific simulation time, then restores that state once simulation ended.
Cheers