tik_manager4.dcc.maya.validate.locked_normals ============================================= .. py:module:: tik_manager4.dcc.maya.validate.locked_normals .. autoapi-nested-parse:: Locked Normals validation for Maya. Classes ------- .. autoapisummary:: tik_manager4.dcc.maya.validate.locked_normals.LockedNormals Module Contents --------------- .. py:class:: LockedNormals Bases: :py:obj:`tik_manager4.dcc.validate_core.ValidateCore` Validation for Locked Normals .. py:method:: collect() Collect all meshes. .. py:method:: fix() Fix the locked normals. .. py:method:: select() Dummy select. Which selects all objects in the scene. .. py:method:: unlock_normals(transform, soften=False, check_only=False) :staticmethod: 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. .. py:method:: validate() Check if the normals are locked for the meshes. .. py:attribute:: nice_name :value: 'Locked Normals'