tik_manager4.dcc.maya.validate.turtle

Make sure there are no Turtle nodes in the scene.

Classes

Turtle

Turtle nodes validation class for Maya

Module Contents

class Turtle

Bases: tik_manager4.dcc.validate_core.ValidateCore

Turtle nodes validation class for Maya

static delete_object(keyword, force=True)

Deletes the object only if exists. Accepts wildcards.

Args:

keyword: (String) name of the object with or without wildcards force: (Bool) If True, the node will be deleted even if it’s locked. Default True

Returns: (List) Non - existing nodes

fix()

Get rig of all the turtle nodes.

select()

Select the turtle nodes in the scene.

validate()

Check for turtle nodes.

nice_name = 'Turtle Nodes'
turtle_nodes = ['TurtleDefaultBakeLayer', 'TurtleBakeLayerManager', 'TurtleRenderOptions', 'TurtleUIOptions']