Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where is stretching settings?!
#1
I have an Obi Rope attached to a rigidbody. The rope follows the rigidbody no matter the distance. I want the rope to hang, and have the object there hanging from the rope.

Searches through the documentation and this forum keep referring to "stretching settings". I cannot find these settings.

Increasing substeps also does not fix this, and also causes massive frame drops.

Please help.
Reply
#2
(22-06-2022, 07:10 PM)dorktoast Wrote: I have an Obi Rope attached to a rigidbody. The rope follows the rigidbody no matter the distance. I want the rope to hang, and have the object there hanging from the rope.

Searches through the documentation and this forum keep referring to "stretching settings". I cannot find these settings.

Increasing substeps also does not fix this, and also causes massive frame drops.

Please help.

Hi!

There’s no “stretching settings” anywhere in Obi, closest thing you can find are “distance constraint settings” (found in the ObiRope itself), however your issue is not likely to be related to this.

The way you describe your issue, it sounds like your attachment is set to “static”. For two-way coupling with rigidbodies you must set it to “dynamic”, as explained in the manual:
http://obi.virtualmethodstudio.com/manua...ments.html

A static attachment basically parents the rope to the rigidbody, so it will stretch to follow the rigidbody wherever it goes.

Let me know if you need further help! Cheers,

Edit: Also make sure your ObiRigidbody component has “kinematic for particles” disabled, otherwise it will make it kinematic (impervious to forces) as far as particles are concerned. It’s disabled by default, but just in case.
Reply