This enumeration is used to choose how to load an animation file on a character. More...
#include <pyfbsdk.h>

Public Attributes | |
| kFBCharacterLoadConnect | |
| Only connect the loaded character as an input. | |
| kFBCharacterLoadCopy | |
| Copy keys from loaded character to target character. | |
| kFBCharacterLoadRetarget | |
| Retarget (copy and correct) keys from loaded character to target character. | |
| kFBCharacterLoadPlotIfSampled | |
| If loaded animation seems sampled, plot animation from loaded character to target character; else retarget. | |
| kFBCharacterLoadPlot | |
| Plot animation from loaded character to target character. | |
This enumeration is used to choose how to load an animation file on a character.
| kFBCharacterLoadConnect |
Only connect the loaded character as an input.
| kFBCharacterLoadCopy |
Copy keys from loaded character to target character.
| kFBCharacterLoadPlot |
Plot animation from loaded character to target character.
| kFBCharacterLoadPlotIfSampled |
If loaded animation seems sampled, plot animation from loaded character to target character; else retarget.
| kFBCharacterLoadRetarget |
Retarget (copy and correct) keys from loaded character to target character.