tik_manager4.dcc.maya.validate.overlapping_uvs

Validation for overlapping UVs.

Classes

OverlappingUvs

Validation for overlapping UVs.

Module Contents

class OverlappingUvs

Bases: tik_manager4.dcc.validate_core.ValidateCore

Validation for overlapping UVs.

collect()

Collect all meshes in the scene.

static get_overlapping_uvs(shape, batch_size=1000)
select()

Dummy select. Which selects all objects in the scene.

validate()

Validate.

nice_name = 'Overlapping UVs'