#include <mobu-python-api.h>
Different model selection available.
Public Attributes | |
object | kFBNone |
No selection mode specified. More... | |
object | kFBCreateModels |
Will create the models in the motion file, used when there is no model to match in the scene. More... | |
object | kFBSelectedModels |
Will Merges data with only the selected nodes or models. More... | |
object | 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... | |
object | kFBPrefixGroupContainingModel |
Will finds the top node with the same prefix and imports the motion as if you selected kFBInHierarchy. More... | |
object | kFBInHierarchy |
Will find the root node and will try to merge the data on the hierarchy, only useful if one model is selected. More... | |
object | kFBAllModels |
Will imports motion into the hierarchies of all models in your scene. More... | |
object kFBAllModels |
Will imports motion into the hierarchies of all models in your scene.
This is the only merge option when nothing is selected.
object kFBCreateModels |
Will create the models in the motion file, used when there is no model to match in the scene.
object kFBInHierarchy |
Will find the root node and will try to merge the data on the hierarchy, only useful if one model is selected.
object kFBNone |
No selection mode specified.
object 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.
object 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.
object kFBSelectedModels |
Will Merges data with only the selected nodes or models.