tik_manager4.dcc.maya.validate.udim_crossing_uvs ================================================ .. py:module:: tik_manager4.dcc.maya.validate.udim_crossing_uvs .. autoapi-nested-parse:: Check for the UVs crossing the UDIM boundaries. Attributes ---------- .. autoapisummary:: tik_manager4.dcc.maya.validate.udim_crossing_uvs.LOG Classes ------- .. autoapisummary:: tik_manager4.dcc.maya.validate.udim_crossing_uvs.UdimCrossingUvs Module Contents --------------- .. py:class:: UdimCrossingUvs Bases: :py:obj:`tik_manager4.dcc.validate_core.ValidateCore` Validation for overlapping UVs. .. py:method:: collect() Collect all meshes in the scene. .. py:method:: get_udim_crossing(selection_list) Check for UVs crossing the UDIM boundaries. .. py:method:: parse(uuid, component_list) :staticmethod: Parsing generator for the selection list. .. py:method:: select() Select the failed faces. .. py:method:: validate() Validate. .. py:attribute:: nice_name :value: 'UVs Crossing UDIM Boundaries' .. py:data:: LOG