Fix T64713: Link to Collection Textfield does not become active

automatically
This commit is contained in:
Philipp Oeser 2019-05-17 10:01:19 +02:00
parent d7628d4b7f
commit e02f68c577
Notes: blender-bot 2023-02-14 06:46:23 +01:00
Referenced by issue #64713, Link to Collection Textfield does not become active automatically
1 changed files with 1 additions and 0 deletions

View File

@ -1779,4 +1779,5 @@ void OBJECT_OT_link_to_collection(wmOperatorType *ot)
"Name",
"Name of the newly added collection");
RNA_def_property_flag(prop, PROP_SKIP_SAVE);
ot->prop = prop;
}