tik_manager4.dcc.maya.validate.mesh_transforms

Validates all meshes to have frozen transforms.

Classes

MeshTransform

Mesh Transform Validation for Maya.

Module Contents

class MeshTransform

Bases: tik_manager4.dcc.validate_core.ValidateCore

Mesh Transform Validation for Maya.

collect()

Collect all mesh transforms in the scene.

fix()

Freeze all non-frozen meshes.

select()

Select the non-frozen meshes.

validate()

Check if the mesh transforms are not frozen.

nice_name = 'Mesh Transforms'