Skip to content

Node: Model class

MrClock edited this page Jul 5, 2022 · 3 revisions

Output data

This node represents a generic model class with all it's properties exposed.

image

Node

image

Properties

  • Name: name of the model class, all models must have unique names and follow the naming rules

Inputs

  • Parent: parent model
  • Inherit sections: model to inherit section list from (often the same as parent)
  • Skeleton: skeleton the model uses
  • Section list: list of sections (in config aka. hiddenSelections)
  • Animation list: list of animations

Sidebar

image

Properties

  • Export:
    • True: export class (if the node is connected to the other node, it is automatically true)
    • False: ignore class during export (if set to false, all output connections of the node are removed)
  • Name: see the node properties above
  • Override parent:
    • True: input socket for the respective property is enabled
    • False: input socket for the respective property is disabled
  • Inherit from parent:
    • True: inherit values for the respective socket and append new values
    • False: define entirely new values regardless of the parent

Clone this wiki locally