tik_manager4.dcc.maya.validate.ngons
Ensure meshes does not contain ngons
Classes
Example validation for Maya |
Module Contents
- class Ngons
Bases:
tik_manager4.dcc.validate_core.ValidateCoreExample validation for Maya
- collect()
Collect all meshes in the scene.
- get_ngon_count(mesh)
Checks the mesh for ngons and returns the count of ngons. Returns None if 0
- select()
Select the bad meshes with ngons.
- validate()
Identify the ngons in the scene.
- nice_name = 'Ngons'