nuke.GeoSelection
- class nuke.GeoSelection(self: _nuke.GeoSelection)
Bases:
pybind11_objectMethods
selectFaces(self: _nuke.GeoSelection, primPath: str, faces: collections.abc.Sequence[typing.SupportsFloat], faceWeights: collections.abc.Sequence[typing.SupportsFloat] = []) -> None
selectObject(self: _nuke.GeoSelection, arg0: str) -> None
selectVertices(self: _nuke.GeoSelection, primPath: str, vertices: collections.abc.Sequence[typing.SupportsFloat], vertexWeights: collections.abc.Sequence[typing.SupportsFloat] = []) -> None
- selectFaces(self: _nuke.GeoSelection, primPath: str, faces: collections.abc.Sequence[SupportsFloat], faceWeights: collections.abc.Sequence[SupportsFloat] = []) None
Select faces, also sets face weights if given
- selectObject(self: _nuke.GeoSelection, arg0: str) None
- selectVertices(self: _nuke.GeoSelection, primPath: str, vertices: collections.abc.Sequence[SupportsFloat], vertexWeights: collections.abc.Sequence[SupportsFloat] = []) None
Select vertices, also sets vertex weights if given