tik_manager4.dcc.maya.validate.forbidden_nodes ============================================== .. py:module:: tik_manager4.dcc.maya.validate.forbidden_nodes .. autoapi-nested-parse:: Validation for unique names in Maya scene Classes ------- .. autoapisummary:: tik_manager4.dcc.maya.validate.forbidden_nodes.ForbiddenNodes Module Contents --------------- .. py:class:: ForbiddenNodes Bases: :py:obj:`tik_manager4.dcc.validate_core.ValidateCore` Validate class for Maya .. py:method:: collect() Collect data .. 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() Deletes all forbidden nodes .. py:method:: select() Selects all forbidden nodes .. py:method:: validate() Validate unique names in Maya scene. .. py:attribute:: forbiddenNodeTypes :value: ['polyBlindData', 'unknown', 'blindDataTemplate'] .. py:attribute:: nice_name :value: 'Forbidden Nodes'