-
Notifications
You must be signed in to change notification settings - Fork 0
Node: Model class
MrClock edited this page Jul 5, 2022
·
3 revisions
This node represents a generic model class with all it's properties exposed.


- Name: name of the model class, all models must have unique names and follow the naming rules
- 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

- 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