tik_manager4.dcc.maya.validate.udim_crossing_uvs

Check for the UVs crossing the UDIM boundaries.

Attributes

LOG

Classes

UdimCrossingUvs

Validation for overlapping UVs.

Module Contents

class UdimCrossingUvs

Bases: tik_manager4.dcc.validate_core.ValidateCore

Validation for overlapping UVs.

collect()

Collect all meshes in the scene.

get_udim_crossing(selection_list)

Check for UVs crossing the UDIM boundaries.

static parse(uuid, component_list)

Parsing generator for the selection list.

select()

Select the failed faces.

validate()

Validate.

nice_name = 'UVs Crossing UDIM Boundaries'
LOG