========== Find faces ========== .. index:: .. |a| image:: /images/all/blender-basics/h_material/blue-eyes-100.png Objectives ========== .. tabularcolumns:: | c | l | :border: none +-------+-------------------------------------------------------------------------+ | |a| | Often an object is collection of huge number of polygons, it is not easy| | | to find the index values for a spezific area or number of polygons. | | | A little script helps you to find the polygones of interest. | +-------+-------------------------------------------------------------------------+ Instructions ============ :Tasks: 1. Test the script and discover how the functions work. 2. Change the color of eyes from »Suzanne«. 3. Try to colorize the mouth of »Suzanne«. 4. Try colorize a part of a figure that you created yourself. The script ========== .. literalinclude:: files/show_index_of_faces.py :language: python