maya.core.scene

Module for tikmaya which handles scene-related functions.

Functions

create_node(node_type[, name, parent])

Create a new node of the specified type and return its wrapper.

list_scene_nodes(*args, **kwargs)

Wrapper for cmds.ls to list scene nodes of a specific type.

select_nodes(*args, **kwargs)

Selects the given nodes in the Maya scene.

Module Contents

create_node(node_type: str, name=None, parent=None)

Create a new node of the specified type and return its wrapper.

list_scene_nodes(*args, **kwargs)

Wrapper for cmds.ls to list scene nodes of a specific type.

select_nodes(*args, **kwargs)

Selects the given nodes in the Maya scene.