[#24802] Invert vertex group not inverting armature modifier influence

the armature vertex group options only apply to Multi-Modifier, rename and edit the UI to make this clear.
This commit is contained in:
2010-11-19 03:09:51 +00:00
parent 5a09368957
commit c1664dd78e
3 changed files with 26 additions and 27 deletions

View File

@@ -90,6 +90,7 @@ static int script_reload_exec(bContext *C, wmOperator *UNUSED(op))
WM_cursor_wait(1);
BPY_eval_string(C, "__import__('bpy').utils.load_scripts(reload_scripts=True)");
WM_cursor_wait(0);
WM_event_add_notifier(C, NC_WINDOW, NULL);
return OPERATOR_FINISHED;
#else
(void)C; /* unused */