Blender Git Commit Log
Git Commits -> Revision b0aa836
Revision b0aa836 by Campbell Barton (master) August 27, 2010, 02:33 (GMT) |
rna api obj.add_vertex_group() --> obj.vertex_groups.new() obj.add_vertex_to_group() --> obj.vertex_groups.assign() note: obj.vertex_groups.assign() will be very slow, need to have this take a list rather then 1 vertex at a time. |
Commit Details:
Full Hash: b0aa8368fe9405976eda8e08ec5d698a6b8013cb
SVN Revision: 31604
Parent Commit: 6d195f6
Lines Changed: +42, -45