I have been working on this, and I would like some help from the community in writing a system to draw a mesh based on the objects positions and orientations, but I am terrible at glsl.
File soon, have been bug testing and fixing broken this and thats.
I never tried this, but I remember reading this.
I think you could use B-Bones, or curved bones to make the rope like a bezier curve as stated in this link below.
Scroll down to almost the bottom of the page. (See Curved Bones)
Oops, just re-read your post. Not what you asked. sorry.
Skinned rope is actually a ragdoll. There is no difference if you want to make a rope or a human ragdoll. Just rope is way more easier to setup. I have a example blend of skinned ragdolls, but in 2.49b. Not sure you will make any use of them.
One clever way to workaround this is to make chains not ropes. Chains are expected to behave like a separated links.
the problem with treating it like a skinned rag doll, is that i would need to have a armature and gfx mesh for every length I may need, all the way up to 60 joints,
and physics simulations like this will be possible with very high substeps once we get bullet 3…