Rig Inputs

Configure the RIG Inputs that should be sufficient and minimal to drive the deformations. This often matches RIG macro controls (Joints, Locator transforms, or float weights for examples). This is what will be extracted, together with full deformed and linear deformed vertices, to train the model

MEL command

A MEL Command is available to batch the RIG Inputs addition if required. It is incremental, and only add or remove mentionned items.

glmDeepAddInput -ioConfFile /path/to/file.dio [-remove] [-float floatNode.floatAttribute] [-matrix matricNode.matrixAttribute] [-joint jointNode]

Examples

Adding a joint named joint0 to the configuration in c:/test/golaemSample.dio :

glmDeepAddInput -ioConfFile c:/test/golaemSample.dio -joint joint0

Adding a control named myControl.transform :

glmDeepAddInput -ioConfFile c:/test/golaemSample.dio -matrix myControl.transform

Removing a weight named myBlendShape.target0 :

glmDeepAddInput -ioConfFile c:/test/golaemSample.dio -remove -float myBlendShape.target0
 

Interface

RIG Inputs configuration

Parameters Details

The three RIG Input Columns display mostly identical interface :

Filter Allows to show only names containing the given string (for quick edition / removal)
+ Add new joints / matrix / float attributes. Joints are only given by node name, whereas matrices and floats are given the full node.attribute name.
Hitting + on matrices or floats will display a helper to select the right attributes on the selected nodes (it will only display common attributes of all selected nodes)

 
- Remove the selected rig inputs
SIM Show In Maya : report the current selection in outliner
FSC For joints only : take all input joints of the skinCluster also as RIG Input
Dump Blind Data String Helper for Golaem Deep - Golaem Crowd bridge : dump the blinddata configuration line to the outliner, which should be reported in the CharacterMaker of GolaemCrowd whe using the model on the matching character

It launches a MEL command : glmGetBlindDataString -ioConfFile "/path/to/confFile.dio"