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

4 Modified Paths:

/release/scripts/io/import_scene_obj.py (+2, -4) (Diff)
/source/blender/editors/object/object_vgroup.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+37, -2) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+2, -38) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021