[Bf-blender-cvs] [4604350eefa] master: UI: Expand enum in collection info node

Hans Goudey noreply at git.blender.org
Fri Feb 19 00:56:55 CET 2021


Commit: 4604350eefabbfeeb97347bc3e6a996750de15aa
Author: Hans Goudey
Date:   Thu Feb 18 17:56:47 2021 -0600
Branches: master
https://developer.blender.org/rB4604350eefabbfeeb97347bc3e6a996750de15aa

UI: Expand enum in collection info node

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

M	source/blender/nodes/geometry/nodes/node_geo_collection_info.cc

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

diff --git a/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc b/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc
index d8e95faec27..8991a26ba4b 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc
@@ -35,7 +35,7 @@ static bNodeSocketTemplate geo_node_collection_info_out[] = {
 
 static void geo_node_collection_info_layout(uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 {
-  uiItemR(layout, ptr, "transform_space", 0, nullptr, ICON_NONE);
+  uiItemR(layout, ptr, "transform_space", UI_ITEM_R_EXPAND, nullptr, ICON_NONE);
 }
 
 namespace blender::nodes {



More information about the Bf-blender-cvs mailing list