Python Reference Guide
FBModelSelection Class Reference

Different model selection available. More...

Inheritance diagram for FBModelSelection:

Public Attributes

 kFBNone
 No selection mode specified.
More...
 
 kFBCreateModels
 Will create the models in the motion file, used when there is no model to match in the scene.
More...
 
 kFBSelectedModels
 Will Merges data with only the selected nodes or models.
More...
 
 kFBSelectedModelAndChildren
 Will try to match the models from the file to those selected in the scene, as well as the children of the selected models.
More...
 
 kFBPrefixGroupContainingModel
 Will finds the top node with the same prefix and imports the motion as if you selected kFBInHierarchy. If the selected node has the prefix, this merge option is the same as selecting kFBSelectedModelAndChildren. If no nodes are found with the prefix, this merge option operates the same as kFBSelectedModels. Only available when one model is selected.
More...
 
 kFBInHierarchy
 Will find the root node and will try to merge the data on the hierarchy, only useful if one model is selected.
More...
 
 kFBAllModels
 Will imports motion into the hierarchies of all models in your scene. This is the only merge option when nothing is selected.
More...
 

Detailed Description

Different model selection available.


Member Data Documentation

◆ kFBAllModels

kFBAllModels

Will imports motion into the hierarchies of all models in your scene. This is the only merge option when nothing is selected.

◆ kFBCreateModels

kFBCreateModels

Will create the models in the motion file, used when there is no model to match in the scene.

◆ kFBInHierarchy

kFBInHierarchy

Will find the root node and will try to merge the data on the hierarchy, only useful if one model is selected.

◆ kFBNone

kFBNone

No selection mode specified.

◆ kFBPrefixGroupContainingModel

kFBPrefixGroupContainingModel

Will finds the top node with the same prefix and imports the motion as if you selected kFBInHierarchy. If the selected node has the prefix, this merge option is the same as selecting kFBSelectedModelAndChildren. If no nodes are found with the prefix, this merge option operates the same as kFBSelectedModels. Only available when one model is selected.

◆ kFBSelectedModelAndChildren

kFBSelectedModelAndChildren

Will try to match the models from the file to those selected in the scene, as well as the children of the selected models.

◆ kFBSelectedModels

kFBSelectedModels

Will Merges data with only the selected nodes or models.