Blender Git Commit Log
Git Commits -> Revision b40386a
Revision b40386a by Campbell Barton (master) March 15, 2012, 05:40 (GMT) |
fixes for vertex color (found when brining X3D import back) - tessface vertex color had the wrong sized array passing to rna_iterator_array_begin - re-calculating tessface's would clear them if they were already created (own mistake) - ED_mesh_color_add initialized tessface vertex colors from the loop color array also made rna's mesh.tessface_vertex_colors.new() work like tessface_uv_textures.new() where layers can be added as long as polygons are not present. |
Commit Details:
Full Hash: b40386a3e304f6e649bbe93194e1b7b999931688
SVN Revision: 44893
Parent Commit: 7081abf
Lines Changed: +52, -11