Blender Git Commit Log
Git Commits -> Revision 4811ba5
Revision 4811ba5 by Campbell Barton (master) October 5, 2006, 15:56 (GMT) |
Python API added list like access to mesh face colors so you can say col[0] = 255 instead of col.r= 255 more importantly 'for ch in col' and 'tuple(col)' |
Commit Details:
Full Hash: 4811ba51edb612241185466792815724518d92c5
SVN Revision: 8595
Parent Commit: 3bd71e9
Lines Changed: +72, -1
1 Modified Path:
/source/blender/python/api2_2x/Mesh.c (+72, -1) (Diff)