User guide
6 Nodes R-Z
ReflectionConstraint
ReflectionConstraint transforms the base object to a mirrored position opposite the target plane object.
Control (UI) Default Value Function
basePath none Sets the object to constrain.
targetPath none Sets the object(s) to constrain the object in basePath to.
Rename
This node is useful for renaming Scene Graph locations according to regular expression matching and substitution.
Be aware that many operations are dependent on the names of Scene Graph locations. Use this with care as it's
possible to invalidate subsequent operations by changing Scene Graph location names.
Control (UI) Default Value Function
rootLocation /root/world/geo Describes the top-most location on which to perform renaming.
locationTypes none Accepts a comma-delimited list of Scene Graph location types
on which to act. An empty list acts upon all types.
pattern none Defines a POSIX-style regular expression on which to match.
replace none Sets the string replacement. \1 though \9 expand to matched
groups in the above pattern. \0 expands to the full match
string.