18-04-2020, 07:52 PM
(This post was last modified: 18-04-2020, 07:52 PM by josemendez.)
Hi,
Rope particles are always instantiated with zero velocity. Make sure the offset you're passing to the pin constraint is the particle position expressed in the object's local space. Any other offset value will pin the particle to a position other than its current one, imparting a velocity to it immediately (to reach the offset position).
Rope particles are always instantiated with zero velocity. Make sure the offset you're passing to the pin constraint is the particle position expressed in the object's local space. Any other offset value will pin the particle to a position other than its current one, imparting a velocity to it immediately (to reach the offset position).