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

Public Member Functions | |
| FBPlotOptions () | |
| Constructor. | |
Public Attributes | |
| bool | PlotAllTakes |
| Read Write Property: Should we plot all takes? | |
| bool | PlotOnFrame |
| Read Write Property: Should we plot on frame? | |
| FBTime | PlotPeriod |
| Read Write Property: The plot period (1/fps). | |
| 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? | |
| bool | ConstantKeyReducerKeepOneKey |
| Read Write Property: Should the constant key reducer keep at least one key? | |
| bool | PlotTranslationOnRootOnly |
| Read Write Property: Should we plot the translation on root only? | |
| bool | PreciseTimeDiscontinuities |
| Read Write Property: Should we use precise time discontinuities? | |
| bool | PlotLockedProperties |
| Read Write Property: Should we plot locked properties? | |
| FBPlotTangentMode | PlotTangentMode |
| Read Write Property: The tangent mode for plotted curve. | |
| bool | PlotAuxEffectors |
| Read Write Property: Should we plot aux effectors? | |
| 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. | |
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?