from first change up until including this: added two buttons to gui,

transfer weight and trtransfer weight all, made the basic structure, redy to implement the contents of the functions in object_vgroup.c
This commit is contained in:
2012-03-02 13:33:14 +00:00
parent 42dfd82928
commit 5b29a7bd2f
3 changed files with 41 additions and 3 deletions

View File

@@ -173,6 +173,7 @@ void ED_operatortypes_object(void)
WM_operatortype_append(OBJECT_OT_vertex_group_copy);
WM_operatortype_append(OBJECT_OT_vertex_group_normalize);
WM_operatortype_append(OBJECT_OT_vertex_group_normalize_all);
WM_operatortype_append(OBJECT_OT_vertex_group_transfer_weight_all);
WM_operatortype_append(OBJECT_OT_vertex_group_transfer_weight);
WM_operatortype_append(OBJECT_OT_vertex_group_lock);
WM_operatortype_append(OBJECT_OT_vertex_group_fix);