tik_manager4.dcc.maya.validate.empty_groups =========================================== .. py:module:: tik_manager4.dcc.maya.validate.empty_groups .. autoapi-nested-parse:: Validation for empty groups in Maya scene Classes ------- .. autoapisummary:: tik_manager4.dcc.maya.validate.empty_groups.EmptyGroups Module Contents --------------- .. py:class:: EmptyGroups 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() Delete all empty groups .. py:method:: select() Select all empty groups .. py:method:: validate() Validate unique names in Maya scene. .. py:attribute:: nice_name :value: 'Empty Groups'