SimplePathRemapper
π KR
Description
- Redefine the DataTree path according to Sequential / Odd numbered / Even numbered options.
Input
- Tree [Generic/DataTree] : Enter the DataTree for which the Path will be redefined.
Context Menu Options
Sequential Path
: Redefines the DataTree path as sequential paths such as β[0], [1], [2], β¦Odd Numbered Path
: Redefines the DataTree path as paths with odd numbers, such as β[1], [3], [5], β¦Even Numbered Path
: Redefines the DataTree path as paths with even numbers, such as β[0], [2], [4], β¦
Output
- Tree [Generic/DataTree] : Outputs a DataTree with new paths mapped according to the specified conditions.
How To Use