nuke.GeoSelection

class nuke.GeoSelection(self: _nuke.GeoSelection) None

Bases: pybind11_builtins.pybind11_object

Methods

selectFaces

Select faces, also sets face weights if given

selectObject

selectVertices

Select vertices, also sets vertex weights if given

selectFaces(self: _nuke.GeoSelection, primPath: str, faces: List[float], faceWeights: List[float] = []) None

Select faces, also sets face weights if given

selectObject(self: _nuke.GeoSelection, arg0: str) None
selectVertices(self: _nuke.GeoSelection, primPath: str, vertices: List[float], vertexWeights: List[float] = []) None

Select vertices, also sets vertex weights if given