#include <mobu-python-api.h>
KeyFrame for an FCurve.
Inheritance diagram for FBFCurveKey:Public Member Functions | |
| __reduce__ () | |
| __init__ (object arg1) | |
Public Attributes | |
| FBPropertyFloat | Bias |
| Read Write Property: Bias (TCB). More... | |
| FBPropertyFloat | Continuity |
| Read Write Property: Continuity (TCB). More... | |
| FBPropertyInterpolation | Interpolation |
| Read Write Property: Type of interpolation. More... | |
| FBPropertyFloat | LeftDerivative |
| Read Write Property: Left derivative, in units/seconds. More... | |
| FBPropertyFloat | RightDerivative |
| Read Write Property: Right derivative, in units/seconds. More... | |
| FBPropertyFloat | LeftTangentWeight |
| Read Write Property: Left tangent weight More... | |
| FBPropertyFloat | RightTangentWeight |
| Read Write Property: Right tangent weight More... | |
| FBPropertyFloat | LeftBezierTangent |
| Read Write Property: Left bezier tangent More... | |
| FBPropertyFloat | RightBezierTangent |
| Read Write Property: Right bezier tangent More... | |
| FBPropertyTangentMode | TangentMode |
| Read Write Property: Tangent calculation method. More... | |
| FBPropertyTangentClampMode | TangentClampMode |
| Read Write Property: Tangent's clamp method. More... | |
| FBPropertyBool | TangentBreak |
| Read Write Property: Tangent's break status More... | |
| FBPropertyTangentConstantMode | TangentConstantMode |
| Read Write Property: Tangent's constant mode More... | |
| FBPropertyBool | Selected |
| Read Write Property: Is the key selected. More... | |
| FBPropertyBool | MarkedForManipulation |
| Read Write Property: Is the key marked for manipulation. More... | |
| FBPropertyFloat | Tension |
| Read Write Property: Tension (TCB). More... | |
| FBPropertyTime | Time |
| Read Write Property: Time of key. More... | |
| FBPropertyFloat | Value |
| Read Write Property: Value of Key More... | |
| __init__ | ( | object | arg1 | ) |
Python Docstring:
__init__( (object)arg1) -> None
C++ Constructors:
The reference documentation for the following C++ symbols may contain additional relevant information.
| __reduce__ | ( | ) |
| FBPropertyFloat Bias |
Read Write Property: Bias (TCB).
| FBPropertyFloat Continuity |
Read Write Property: Continuity (TCB).
| FBPropertyInterpolation Interpolation |
Read Write Property: Type of interpolation.
| FBPropertyFloat LeftBezierTangent |
Read Write Property: Left bezier tangent
| FBPropertyFloat LeftDerivative |
Read Write Property: Left derivative, in units/seconds.
| FBPropertyFloat LeftTangentWeight |
Read Write Property: Left tangent weight
| FBPropertyBool MarkedForManipulation |
Read Write Property: Is the key marked for manipulation.
| FBPropertyFloat RightBezierTangent |
Read Write Property: Right bezier tangent
| FBPropertyFloat RightDerivative |
Read Write Property: Right derivative, in units/seconds.
| FBPropertyFloat RightTangentWeight |
Read Write Property: Right tangent weight
| FBPropertyBool Selected |
Read Write Property: Is the key selected.
| FBPropertyBool TangentBreak |
Read Write Property: Tangent's break status
| FBPropertyTangentClampMode TangentClampMode |
Read Write Property: Tangent's clamp method.
| FBPropertyTangentConstantMode TangentConstantMode |
Read Write Property: Tangent's constant mode
| FBPropertyTangentMode TangentMode |
Read Write Property: Tangent calculation method.
| FBPropertyFloat Tension |
Read Write Property: Tension (TCB).
| FBPropertyTime Time |
Read Write Property: Time of key.
| FBPropertyFloat Value |
Read Write Property: Value of Key