interface version 1
Transforms points weighted by an attribute on the geometry.
Parameters
| Point Group | Points that get affected. |
| Weight Attribute | Name of the point attribute that masks the transforms. |
| Invert | Inverts the effect of the weight attribute. |
| Envelope | Global effect envelope. |
| Use Object Transform(Toggle) | Fetch transformation matrix from an object node. |
| Base Object | The deformer transformation will be the difference of this object’s transformation and the Deformer Object's. |
| Deformer Object | The deformer transformation will be the difference of the Base Object's transformation and this object's. |
| Transform | Interpretation mode of the deformation transforms relative to a geocontainer's. |
| Transform Object | In Into Specified Object mode the object whose transformation has to taken into consideration. |
| Transform Parameters | Standard transform parameters. |
| Invert Transform | Inverts the deformation transformation. |
Limitations
Currently the operator does a simple linear interpolation between the original and the transformed points. This is fast but the results are poor when heavy rotations needed.
Release Notes
interface version 1 –
| 2012-11-21 | Uniform scale added. Vex atributes gets the standard “vex” prefix. Minor interfacelift. Support for fetching object level transforms added. |
| 2011-10-03 | Initial release. |