[#20624] Creating new shape key always creates from basis, not selected key

This commit is contained in:
Campbell Barton
2010-01-10 10:33:13 +00:00
parent 40e9b1711b
commit 508371001a

View File

@@ -260,7 +260,7 @@ void OBJECT_OT_shape_key_add(wmOperatorType *ot)
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
/* properties */
RNA_def_boolean(ot->srna, "from_mix", 0, "From Mix", "Create the new shape key from the existing mix of keys.");
RNA_def_boolean(ot->srna, "from_mix", 1, "From Mix", "Create the new shape key from the existing mix of keys.");
}
static int shape_key_remove_exec(bContext *C, wmOperator *op)