tik_manager4.dcc.maya.validate.empty_groups

Validation for empty groups in Maya scene

Classes

EmptyGroups

Validate class for Maya

Module Contents

class EmptyGroups

Bases: tik_manager4.dcc.validate_core.ValidateCore

Validate class for Maya

collect()

Collect data

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()

Delete all empty groups

select()

Select all empty groups

validate()

Validate unique names in Maya scene.

nice_name = 'Empty Groups'