#include <class_fbx_proxy_1_1_proxy.h>

Public Member Functions |
|
| __init__ () | |
| mainParameter () | |
| Proxy uses this to figure out
scrubbing slider and undo updates. |
|
| paramChangesPercentage () | |
| Changing some parameters also changes the
percentage. |
|
| openUndoChunk () | |
| closeUndoChunk () | |
| cancelUndoChunk () | |
| setScrub () | |
| getScrub () | |
| nudgeBackward () | |
| nudgeForward () | |
| playBackward () | |
| playForward () | |
| stop () | |
| reset () | |
| slower () | |
| faster () | |
| createFbxAnimation () | |
| Returns the name of the new fbx animation,
or None if no animation was created. |
|
| createProxy () | |
Public Attributes |
|
| playMode = property(__getPlayMode, __setPlayMode) | |
| filename = property(__getFilename, __setFilename) | |
| percentage = property(__getPercentage, __setPercentage) | |
| speed = property(__getSpeed, __setSpeed) | |
| axisUp = property(__getAxisUp, __setAxisUp) | |
| unit = property(__getUnit, __setUnit) | |
| nudgeStep | |
| FbxProxy.Proxy.__init__ | ( | ) |
Reimplemented from BehaviorProxy.BehaviorProxy.
Reimplemented in KeyFrameProxy.Proxy, and MasterProxy.Proxy.
| FbxProxy.Proxy.mainParameter | ( | ) |
Proxy uses this to figure out scrubbing slider and undo updates.
| FbxProxy.Proxy.paramChangesPercentage | ( | ) |
Changing some parameters also changes the percentage.
Return True if this parameter is one of those parameters, and False otherwise.
| FbxProxy.Proxy.openUndoChunk | ( | ) |
Reimplemented from BehaviorProxy.BehaviorProxy.
| FbxProxy.Proxy.closeUndoChunk | ( | ) |
Reimplemented from BehaviorProxy.BehaviorProxy.
| FbxProxy.Proxy.cancelUndoChunk | ( | ) |
Reimplemented from BehaviorProxy.BehaviorProxy.
| FbxProxy.Proxy.setScrub | ( | ) |
Reimplemented from BehaviorProxy.BehaviorProxy.
| FbxProxy.Proxy.getScrub | ( | ) |
Reimplemented from BehaviorProxy.BehaviorProxy.
| FbxProxy.Proxy.nudgeBackward | ( | ) |
| FbxProxy.Proxy.nudgeForward | ( | ) |
| FbxProxy.Proxy.playBackward | ( | ) |
| FbxProxy.Proxy.playForward | ( | ) |
| FbxProxy.Proxy.stop | ( | ) |
| FbxProxy.Proxy.reset | ( | ) |
| FbxProxy.Proxy.slower | ( | ) |
| FbxProxy.Proxy.faster | ( | ) |
| FbxProxy.Proxy.createFbxAnimation | ( | ) |
Returns the name of the new fbx animation, or None if no animation was created.
This method must be called from the ui thread.
| FbxProxy.Proxy.createProxy | ( | ) |
Reimplemented in KeyFrameProxy.Proxy, and MasterProxy.Proxy.
| FbxProxy.Proxy.playMode = property(__getPlayMode, __setPlayMode) |
| FbxProxy.Proxy.filename = property(__getFilename, __setFilename) |
| FbxProxy.Proxy.percentage = property(__getPercentage, __setPercentage) |
| FbxProxy.Proxy.speed = property(__getSpeed, __setSpeed) |
| FbxProxy.Proxy.axisUp = property(__getAxisUp, __setAxisUp) |
| FbxProxy.Proxy.unit = property(__getUnit, __setUnit) |