Merging r46725 through r46963 from trunk into soc-2011-tomato

This commit is contained in:
2012-05-24 09:47:29 +00:00
997 changed files with 76751 additions and 30016 deletions

View File

@@ -28,7 +28,7 @@ This example script prints the vertices and UV's for each polygon, assumes the a
import bpy
me = bpy.context.object.data
uv_layer = me.uv.layers.active.data
uv_layer = me.uv_layers.active.data
for poly in me.polygons:
print("Polygon index: %d, length: %d" % (poly.index, poly.loop_total))