nuke.splinewarp.AnimCurveViews
- class nuke.splinewarp.AnimCurveViews
Bases:
objectMethods
self.getNumberOfViews() -> int Get the number of views.
self.getViewIndex(name) -> int Get the index of a view when you know its name.
self.getViewName(index) -> str Get the name of a particular view when you know its index.
self.getViewNames() -> list of strings 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.