tik_manager4.dcc.maya.validate.locked_normals

Locked Normals validation for Maya.

Classes

LockedNormals

Validation for Locked Normals

Module Contents

class LockedNormals

Bases: tik_manager4.dcc.validate_core.ValidateCore

Validation for Locked Normals

collect()

Collect all meshes.

fix()

Fix the locked normals.

select()

Dummy select. Which selects all objects in the scene.

static unlock_normals(transform, soften=False, check_only=False)

Unlock the normals of the specified geometry.

Args:
transform (str or list): string or list of strings for the geometries

to unlock.

soften (bool, optional): If true, softens the edges with given

softedge_angle value. Defaults to True.

check_only: (Bool) If True, only checks the lock state and returns it. Does not unlock anything.

validate()

Check if the normals are locked for the meshes.

nice_name = 'Locked Normals'