tik_manager4.dcc.maya.validate.ngons ==================================== .. py:module:: tik_manager4.dcc.maya.validate.ngons .. autoapi-nested-parse:: Ensure meshes does not contain ngons Classes ------- .. autoapisummary:: tik_manager4.dcc.maya.validate.ngons.Ngons Module Contents --------------- .. py:class:: Ngons Bases: :py:obj:`tik_manager4.dcc.validate_core.ValidateCore` Example validation for Maya .. py:method:: collect() Collect all meshes in the scene. .. py:method:: get_ngon_count(mesh) Checks the mesh for ngons and returns the count of ngons. Returns None if 0 .. py:method:: select() Select the bad meshes with ngons. .. py:method:: validate() Identify the ngons in the scene. .. py:attribute:: nice_name :value: 'Ngons'