Ask for help on rendering a rope

Hi,
I am quite new to Panda3d, but would like to know if I can generate series of frames given known position information of a rope, for example using bullet?
Thank you!

When you refer to a “rope”, do you mean Panda’s “Rope” class, or Bullet’s soft-body “rope” functionality, or something else?

Thank you for your reply!
I saw the bullet examples of SoftbodyRope.py, which is based on panda3d.core and panda3d.bullet. Actually, it doesn’t matter which library I use, I just want to recreate the rope and the motion by the position information I saved before.

Hmm… I’m not sure, I’m afraid. I’ll bow out in favour of someone more familiar with those features hopefully chiming in, then!

I am happy to be here, Thank you!