maya.core.scene =============== .. py:module:: maya.core.scene .. autoapi-nested-parse:: Module for tikmaya which handles scene-related functions. Functions --------- .. autoapisummary:: maya.core.scene.create_node maya.core.scene.list_scene_nodes maya.core.scene.select_nodes Module Contents --------------- .. py:function:: create_node(node_type: str, name=None, parent=None) Create a new node of the specified type and return its wrapper. .. py:function:: list_scene_nodes(*args, **kwargs) Wrapper for cmds.ls to list scene nodes of a specific type. .. py:function:: select_nodes(*args, **kwargs) Selects the given nodes in the Maya scene.