Node Export Pin - anticto/Mutable-Documentation GitHub Wiki

image

Function

Exposes a value to the rest of its Customizable Object hierarchy.

Use Cases

Modify multiple morphs that depend on a single value, like a slider that defines size of the character belly modifying the morphs of the base mesh and all the jackets. Define a value useful for multiple customizable object children, like the team color changing the detail of many different clothing pieces worn by the character.

Node Properties

Name: Name of the exported value, to find it in an Import Pin of the same type.

Input Pins

Object: Runtime value that will be exported to every Customizable Object Import Pin that selects this name on this Customizable Object. Each Export Pin Node kind only accepts a value of its same Type.