tik_manager4.dcc.blender.validate.ngons
Ensure meshes do not contain ngons
Classes
Example validation for Blender |
Module Contents
- class Ngons
Bases:
tik_manager4.dcc.validate_core.ValidateCoreExample validation for Blender
- collect()
Collect all mesh objects in the scene.
- get_ngon_count(obj)
Check the mesh for ngons and return the count. Returns 0 if none found.
- select()
Select the bad meshes with ngons.
- validate()
Identify ngons in the scene.
- nice_name = 'Ngons'