Merging r46137 through r46202 from trunk into soc-2011-tomato

This commit is contained in:
2012-05-02 18:07:01 +00:00
146 changed files with 2483 additions and 1791 deletions

View File

@@ -38,4 +38,3 @@ for poly in me.polygons:
for loop_index in range(poly.loop_start, poly.loop_start + poly.loop_total):
print(" Vertex: %d" % me.loops[loop_index].vertex_index)
print(" UV: %r" % uv_layer[loop_index].uv)