19-03-2024, 09:11 AM
(This post was last modified: 19-03-2024, 09:11 AM by josemendez.)
(19-03-2024, 09:00 AM)inbilla Wrote: Ideally I could slowly tweak the IPD as the length of the rope increases.
Perhaps you might know how I might go about adjusting the IPD whenever I add new particles with the Change length method?
You could modify ObiRopeBlueprintBase by adding a setter to the interParticleDistance property, then manually set it as you use the cursor.
Note this will only affect new particles added by the cursor, and will have no effect on already active particles. You will need to use distance constraint's "stretching scale" parameter (accessible from the ObiRope component) to control the relative distance between active particles that are already part of the simulation.
kind regards,