BlenderProc icon indicating copy to clipboard operation
BlenderProc copied to clipboard

How to import different frame in .blend

Open Daa98 opened this issue 1 year ago • 1 comments

Describe the issue

Hello, thanks for your important work! I'm new to blender as well as blenderproc. And I'm working to get a dataset where cloth are moving. As i known, blenderproc cannot simulate cloth yet. So, is there any ways to import different frames or .blend that I have set up cloth physics in blender to blenderproc? Thanks!

Minimal code example

.

Files required to run the code

No response

Expected behavior

.

BlenderProc version

main branch

Daa98 avatar Jul 01 '24 20:07 Daa98

Hey @Daa98

have you tried importing the object via load_blend? I am not sure whether this will also load the physics sim, probably not. Alternatively, you could also run the clothes sim in blenderproc similarly to how its done in https://github.com/DLR-RM/BlenderProc/blob/main/blenderproc/python/object/PhysicsSimulation.py

cornerfarmer avatar Jul 12 '24 07:07 cornerfarmer