Vellum
Attributes
i@stopped
:- 0 - Particle is free.
- 1 - Particle can rotate, but is fixed in space.
- 2 - Particle can’t rotate, but is free to move in space.
- 3 - Particle can’t rotate or move.
Vellum hair / wires
When we doing hair or curve simulation we can add more stability to behaviour using next attributes
i@disableexternal = 1;
: Disables external collisions on root points that are close to the surface, providing more stable behavior.i@disableself = 1;
: When this attribute is specified on root points, it prevents unwanted friction on curves where points are attached to the surface.