Blender Git Loki

Git Commits -> Revision 4f3f957

Revision 4f3f957 by Joshua Leung (master)
July 1, 2013, 13:02 (GMT)
Bugfix [#35936] Can't create new vertex group when using Ctrl G menu

This was caused by r.57812

There were two problems here:
1) vertex_group_vert_select_unlocked_poll() had faulty logic which meant that
it always failed when there were no vgroups present yet - the final return
always just fell through
2) Since the "Assign to New Groups" option was actually implemented using the
same operator as "Assign to Active Group" (just with an extra parameter set), if
the active group was locked, it was not possible to "Assign to New Group" (even
though a new group would not be locked).

Commit Details:

Full Hash: 4f3f95751ad264eb6be10d3470425e93afc557f6
SVN Revision: 57901
Parent Commit: 61d37cd
Lines Changed: +37, -12

5 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_mesh.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+2, -2) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/editors/object/object_vgroup.c (+32, -9) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021