Physics Simulation #556
Replies: 1 comment 3 replies
-
Hey,
I have not seen any usage of a multi-user object. Could you maybe share a minimal example of where this error occurs, so that we can replicate it?
Exactly, only the last position is saved the rest is discarded.
Please provide a minimal example with code and blend/obj files.
Usually, if you use the function you only have the 0 frame. The whole simulation runs for 70 frames, but all of them get discarded and the final position is saved to frame 0. Best, |
Beta Was this translation helpful? Give feedback.
-
my intention is to drop the objects and then render their final physical simulated frame
just one frame
I found
but this code gets Error: Cannot apply to a multi user: Object "FT001", Mesh "FT.001", aborting
so I wonder two things
that function said this will run the simulation and fix the final resting pose of each object and simulation itself will be discarded.
Is that mean that If i use bproc.render() i can just render objects' final position frame?
How can i handle that Error?
or If i misunderstood the function, how can i handle my problem. I want to render about 70th frame only, and I don't wanna waste my resource to render 0~70 frames. set_frame didn't work..
Ps. in the link there's what error happend
thank you
Beta Was this translation helpful? Give feedback.
All reactions