blender/release/scripts
Joshua Leung 4f3f95751a 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).
2013-07-01 13:02:53 +00:00
..
freestyle Fixed the feature edge selection by Freestyle face marks to properly account for border edges. 2013-06-16 00:15:05 +00:00
modules pep8 cleanup 2013-06-27 03:05:19 +00:00
presets add default preset for font settings. 2013-06-07 01:06:01 +00:00
startup Bugfix [#35936] Can't create new vertex group when using Ctrl G menu 2013-07-01 13:02:53 +00:00
templates_osl Cycles / Toon BSDF: 2013-05-23 17:45:20 +00:00
templates_py Fix for unintended commit of python template file ... 2013-06-09 09:51:19 +00:00