I want to render image including cloth simulation with python script. I'm pinning cloth at one of the vertexes and rendering some images rotating camera around it. Now I'm doing to set frame,
bpy.context.scene.frame_set(target_frame)
but, it makes cloth like this,
when I use animation, it looks good, I want to make it like this with python script...
Is there any good way to solve this problem??
Can anyone help me??