nuke.curvelib.BaseCurve
- class nuke.curvelib.BaseCurve
Bases:
FlagA base class for animated curves.
You shouldn’t be using this class directly, it only exists for other classes in this module to inherit from.
Methods
getFlag(flag) -> bool Gets the specified flag.
setFlag(flag, value) -> None Set or clear the specified flag.
Attributes
The tension type for this curve.
The type of curve to treat this as.
kDefaultCurveFlagkDefaultCurveTensionkDefaultCurveTypeThe name for this curve.
- curveTension
The tension type for this curve.
- curveType
The type of curve to treat this as.
- getFlag(flag) bool
Gets the specified flag. The parameter should be one of the FlagType constants.
- name
The name for this curve.
- setFlag(flag, value) None
Set or clear the specified flag. The flag parameter should be one of the FlagType constants and value should be True or False.