interface version 2
Applies random adjustments to lengths/angles of per-point vector attributes.
Angle-jittered point normals of a grid.
Description
Rotates vectors with a random amount inside a solid angle, and jitter lengths between the given limits.
Parameters
| Point Group | The group of points the operator affects. | ||||||||||||||
| Envelope, Weight | The standard deformer-class weighting parameters. | ||||||||||||||
| Attribute Input | Name of the jittered vector attribute. | ||||||||||||||
| Output Attribute | Attribute name that stores the result. | ||||||||||||||
| Id Attribute | If enabled, this integer attribute is used as seed (instead of the point number). | ||||||||||||||
| Amount | Global jitter amount (for length and angle both). | ||||||||||||||
| Seed | Global random seed (both for length and angle). | ||||||||||||||
| Angle |
| ||||||||||||||
| Length |
|
To Do
remove all possible parameter/attribute collisions (accidental param->attr inheritance into the vex function)
Release Notes
interface version 2 β
| 2014-05-07 |
|
| 2014-03-10 |
|
interface version 1 β
| 2013-09-21 | Added preset menu for |
| 2013-09-15 | Added support for an explicit rotation axis attribute for angular jitter. |
| 2012-11-11 | Seed parameters are now of |
older versions β
| Version 0.2.0 |
|
| Version 0.1.0 | Initial release. |