Node Properties
See Hierarchy.
To reference an element relative to the object that owns the XPresso tag, use either this mode or the more advanced Relative Reference mode. For example, to reference the element that is three positions before the object that owns the tag, set Reference Mode to Use Start Position, set Start Position to Predecessor On This Level and set Start Distance to 3. The Use First Position mode also enables you to reference the first or last object in the scene.
This mode references the object that is displayed in the Reference box. If you want to use the expression in several places in your scene, avoid using the Absolute Reference mode, otherwise you will need to change the referencing of the objects each time.
This mode is similar to Use Start Position. It enables you to reference an element relative to the object that owns the XPresso tag. Unlike the Use Start Position mode, you enter a path that gives the node instructions on how to reach the element. The starting position is the object that owns the tag. For example, the path UPPDN stands for Up, Previous, Previous, Down, Next, where Previous and Next represent a jump to the previous or next element on the same hierarchical level. Up and Down represent jumps one level up or one level down the hierarchy. The advantage of a relative reference is that it enables you to transfer the Object node from one hierarchy to another without problems. Edit the path using the Path box.
Start Position [-2147483648..2147483647]
This defines the Start Position when Reference Mode is set to Use Start Position. The setting is relative to the object that owns the XPresso tag. For example, if you set Start Position to First In This Level, the node references the first element on the same hierarchical level as the object that owns the tag.
Start Distance [1..2147483647]
With some Start Position modes you might want to jump several steps in the hierarchy in one go. In such cases, use Start Distance as a multiplier for the Start Position. For example, to reference an object that is three positions after the object that owns the XPresso tag, set Start Position to Successor On This Level and set Start Distance to 3.
See Relative Reference.
This box is available only when Reference Mode is set to Relative Reference. Use the box to enter the path for the relative reference.
Use the following shortcuts for the respective start positions:
The Hierarchy iterator continually repeats this path. For example, N will cause the node to output all objects that are on the same level one after another.
The Hierarchy iterator continues to output objects until either of the following happens:
The Hierarchy node then refers to the object that is defined by the Reference Path and Start Path once more. The next time the node is called, the Iteration Path will be repeated over again.
If you want the node to ignore some of the objects in the hierarchy during the iteration, drag the names of these objects from the Object Manager and drop them into this box. The iteration will skip over any of these objects it meets as it runs through the hierarchy.