tik_manager4.dcc.maya.validate.turtle ===================================== .. py:module:: tik_manager4.dcc.maya.validate.turtle .. autoapi-nested-parse:: Make sure there are no Turtle nodes in the scene. Classes ------- .. autoapisummary:: tik_manager4.dcc.maya.validate.turtle.Turtle Module Contents --------------- .. py:class:: Turtle Bases: :py:obj:`tik_manager4.dcc.validate_core.ValidateCore` Turtle nodes validation class for Maya .. py:method:: delete_object(keyword, force=True) :staticmethod: 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 .. py:method:: fix() Get rig of all the turtle nodes. .. py:method:: select() Select the turtle nodes in the scene. .. py:method:: validate() Check for turtle nodes. .. py:attribute:: nice_name :value: 'Turtle Nodes' .. py:attribute:: turtle_nodes :value: ['TurtleDefaultBakeLayer', 'TurtleBakeLayerManager', 'TurtleRenderOptions', 'TurtleUIOptions']