interface version 1
Applies the full world-space transformation of another object to the input geometry.
Note
This is a very useful node, but needs a solid understanding of spaces and transformations.
This node applies the world space transformation of the specified object (OBJ) node to the input geometry. (This is the transformation that transforms geometry from the world space origin to its current location.) It’s also possible to apply the inverse of this transformation.
The transformation will be extracted into the coordinate system of the Parent Object
.
This is the current geo container by default (i.e. “..
”), but any object can be specified.
Transformation to/from the world space origin is also supported. To access it, choose
“World Origin
” from the pop-down menu of the Transform Object
parameter.
(For example: applying the World Origin transformation to a SOP geometry will place it at the world origin, regardless of whatever transforms it has on its container OBJ node.)
Applying OBJ Transformations in SOPs
...or "Transform SOPs: Apply Transform vs Weighted Transform"
The Apply Xform qL SOP and Weighted Transform qL SOP SOPs are very similar – in fact the latter with deformer weights disabled does almost exactly the same thing as the former. However, their internal implementations are quite different, so there are a few distinctions to keep in mind:
Weighted Xform qL SOP |
|
Apply Xform qL SOP |
|
Parameters
Transform Object | Path to the OBJ node (object) to get the transformation from. Choose “ |
Parent Object | The transformation is extracted into the local coordinate space of the object
specified here. By default this is set to the object container that is parent to
the node (i.e. “ |
Apply | Enable/disable transformation. |
Invert | Reverts the direction of the transformation (e.g. “world origin” means “current space to world origin”; its inverse means “world origin to current space”.) |
Show Guide | Display toggle for guide geometry (original input geometry). |
To Do
Should support the same transform-by-object(s) parameters as the Weighted Xform qL SOP
Release Notes
interface version 1 —
2014-11-19 |
|
2014-11-14 |
|
2014-03-21 |
|
2014-03-19 |
|
2013-05-09 |
|
older versions —
Version 0.0.1 | Initial version (prototype). |