Option parameters for plotting. More...
#include <pyfbsdk.h>

Public Member Functions | |
| FBPlotOptions () | |
| Constructor. More... | |
Public Attributes | |
| bool | PlotAllTakes |
| Read Write Property: Should we plot all takes? More... | |
| bool | PlotOnFrame |
| Read Write Property: Should we plot on frame? More... | |
| FBTime | PlotPeriod |
| Read Write Property: The plot period (1/fps). More... | |
| FBRotationFilter | RotationFilterToApply |
| Read Write Property: The rotation filter to apply. More... | |
| bool | UseConstantKeyReducer |
| Read Write Property: Should we use a constant key reducer with the filter? More... | |
| bool | ConstantKeyReducerKeepOneKey |
| Read Write Property: Should the constant key reducer keep at least one key? More... | |
| bool | PlotTranslationOnRootOnly |
| Read Write Property: Should we plot the translation on root only? More... | |
| bool | PreciseTimeDiscontinuities |
| Read Write Property: Should we use precise time discontinuities? More... | |
| bool | PlotLockedProperties |
| Read Write Property: Should we plot locked properties? More... | |
| FBPlotTangentMode | PlotTangentMode |
| Read Write Property: The tangent mode for plotted curve. More... | |
| bool | PlotAuxEffectors |
| Read Write Property: Should we plot aux effectors? More... | |
| bool | EvaluateDeformation |
| Read Write Property: Should we evaluate deformation while plotting? This is useful when there is a dependency with the deformation. Disabled by default. More... | |
Option parameters for plotting.
See samples: PlotNonSelectedCharStoryTracks.py, PlotSelectedCharStoryTracks.py.
| FBPlotOptions | ( | ) |
Constructor.
| bool ConstantKeyReducerKeepOneKey |
Read Write Property: Should the constant key reducer keep at least one key?
| bool EvaluateDeformation |
Read Write Property: Should we evaluate deformation while plotting? This is useful when there is a dependency with the deformation. Disabled by default.
| bool PlotAllTakes |
Read Write Property: Should we plot all takes?
| bool PlotAuxEffectors |
Read Write Property: Should we plot aux effectors?
| bool PlotLockedProperties |
Read Write Property: Should we plot locked properties?
| bool PlotOnFrame |
Read Write Property: Should we plot on frame?
| FBTime PlotPeriod |
Read Write Property: The plot period (1/fps).
| FBPlotTangentMode PlotTangentMode |
Read Write Property: The tangent mode for plotted curve.
| bool PlotTranslationOnRootOnly |
Read Write Property: Should we plot the translation on root only?
| bool PreciseTimeDiscontinuities |
Read Write Property: Should we use precise time discontinuities?
| FBRotationFilter RotationFilterToApply |
Read Write Property: The rotation filter to apply.
| bool UseConstantKeyReducer |
Read Write Property: Should we use a constant key reducer with the filter?