Skip to content

Node: Bone list: generator

MrClock edited this page Jun 8, 2022 · 2 revisions

Output data

This node can generate a list of bones. The bone names are composed of the base name specified and generated indices.

image

Node

image

Properties

  • Name: name of the bones to generate, the name should not conflict with already existing bones and should follow the naming rules
    • Contains "%" charcter: the % will be replaced with the generated indices
    • No "%" character: the generated indices will be appended to the end of the name
    • Name field can be a list of names, separated by commas (in this case, the same number of bones will be generated for all given names)
  • Base bone:
    • Generate: a base bone will be generated and all procedural bones will be parented to it, only the base bone will be parented directly to the specified parent
    • Don't generate: all procedural bones will be parented to the specified parent directly
  • ID length: character lenght of generated indices, shorter values will be filled up with leading zeros
  • Range start: first index number
  • Range end: last index number

Inputs

  • Bone parent: bone to parent the generated bones to

Clone this wiki locally