bugfix [#23973] Make Single User -> Object & Data dont work as expected
This commit is contained in:
@@ -1892,7 +1892,7 @@ void OBJECT_OT_make_single_user(wmOperatorType *ot)
|
||||
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
|
||||
|
||||
/* properties */
|
||||
ot->prop= RNA_def_enum(ot->srna, "type", type_items, 0, "Type", "");
|
||||
ot->prop= RNA_def_enum(ot->srna, "type", type_items, SELECT, "Type", "");
|
||||
|
||||
RNA_def_boolean(ot->srna, "object", 0, "Object", "Make single user objects");
|
||||
RNA_def_boolean(ot->srna, "obdata", 0, "Object Data", "Make single user object data");
|
||||
|
||||
Reference in New Issue
Block a user