tik_manager4.dcc.maya.validate.forbidden_nodes

Validation for unique names in Maya scene

Classes

ForbiddenNodes

Validate class for Maya

Module Contents

class ForbiddenNodes

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

Deletes all forbidden nodes

select()

Selects all forbidden nodes

validate()

Validate unique names in Maya scene.

forbiddenNodeTypes = ['polyBlindData', 'unknown', 'blindDataTemplate']
nice_name = 'Forbidden Nodes'