Blender Git Commit Log
Git Commits -> Revision a68ebbb
Revision a68ebbb by Campbell Barton (master) June 20, 2009, 13:53 (GMT) |
RNA Fixes * Python apis iterator didnt work, for example [f for f in mesh.faces] # failed. * Python apis collection.items(), collections without names now return (index,value) pairs, better then returning nothing. * bpy.ui and bpy.props modules were incorrectly named * Mesh vertex colors red/blue needed to be swapped on getting/setting. * Mesh vertex colors were not clamped. |
Commit Details:
Full Hash: a68ebbbccdf6bc1854c7a947685254ca912de7bf
SVN Revision: 21031
Parent Commit: 3511d72
Lines Changed: +43, -31