[Bf-blender-cvs] [e02f68c5775] master: Fix T64713: Link to Collection Textfield does not become active automatically

Philipp Oeser noreply at git.blender.org
Fri May 17 10:02:44 CEST 2019


Commit: e02f68c57757f07fdacdc9db4a0ad38533dd74fb
Author: Philipp Oeser
Date:   Fri May 17 10:01:19 2019 +0200
Branches: master
https://developer.blender.org/rBe02f68c57757f07fdacdc9db4a0ad38533dd74fb

Fix T64713: Link to Collection Textfield does not become active
automatically

===================================================================

M	source/blender/editors/object/object_edit.c

===================================================================

diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index 9fba0d89c4a..a542911f4d4 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -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;
 }



More information about the Bf-blender-cvs mailing list