Different model selection available. More...
#include <pyfbsdk_generated.h>
Public Attributes | |
kFBNone | |
No selection mode specified. | |
kFBCreateModels | |
Import context: Will create the models in the motion file, used when there is no model to match in the scene. Export context: Not applicable. | |
kFBSelectedModels | |
Import context: Will merge data with only the selected nodes or models. Export context: Will export data from only the selected models in your scene. | |
kFBSelectedModelAndChildren | |
Import context: Will try to match the models from the file to those selected in the scene, as well as the children of the selected models. Export context: Will export data from only the selected models in your scene. | |
kFBPrefixGroupContainingModel | |
Import context: Will find 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 applicable when one model is selected. Export context: Will find the top node in the hierarchy with the same prefix and export all nodes in the hierarchy. Only applicable when one model is selected. | |
kFBInHierarchy | |
Import context: Will find the root node and will try to merge the data on the hierarchy. Only applicable when one model is selected. Export context: Will find the root node and export the entire hierarchy. Only applicable when one model is selected. | |
kFBAllModels | |
Import context: Will import motion into the hierarchies of all models in your scene. This is the only merge option when nothing is selected. Export context: Will treat the selected node as a root node and export its data and the data of its children. Only applicable when one model is selected. | |
Different model selection available.
kFBAllModels |
Import context: Will import motion into the hierarchies of all models in your scene. This is the only merge option when nothing is selected. Export context: Will treat the selected node as a root node and export its data and the data of its children. Only applicable when one model is selected.
kFBCreateModels |
Import context: Will create the models in the motion file, used when there is no model to match in the scene. Export context: Not applicable.
kFBInHierarchy |
Import context: Will find the root node and will try to merge the data on the hierarchy. Only applicable when one model is selected. Export context: Will find the root node and export the entire hierarchy. Only applicable when one model is selected.
kFBNone |
No selection mode specified.
kFBPrefixGroupContainingModel |
Import context: Will find 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 applicable when one model is selected. Export context: Will find the top node in the hierarchy with the same prefix and export all nodes in the hierarchy. Only applicable when one model is selected.
kFBSelectedModelAndChildren |
Import context: Will try to match the models from the file to those selected in the scene, as well as the children of the selected models. Export context: Will export data from only the selected models in your scene.
kFBSelectedModels |
Import context: Will merge data with only the selected nodes or models. Export context: Will export data from only the selected models in your scene.