nuke.splinewarp.AnimCurveViews
- class nuke.splinewarp.AnimCurveViews
Bases:
object
Methods
Get the number of views.
Get the index of a view when you know its name.
Get the name of a particular view when you know its index.
Get the list of all view names.
Attributes
kDefaultViewName
- getNumberOfViews() int
Get the number of views.
- getViewIndex(name) int
Get the index of a view when you know its name.
- getViewName(index) str
Get the name of a particular view when you know its index.
- getViewNames() list of strings
Get the list of all view names.