nuke.rotopaint.AnimCurveViews

class nuke.rotopaint.AnimCurveViews

Bases: object

Methods

getNumberOfViews

self.getNumberOfViews() -> int Get the number of views.

getViewIndex

self.getViewIndex(name) -> int Get the index of a view when you know its name.

getViewName

self.getViewName(index) -> str Get the name of a particular view when you know its index.

getViewNames

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.