[Bf-blender-cvs] [e2f34559561] property-search-ui-v2: Merge branch 'properties-pin-operator' into property-search-button-label-pointer

Hans Goudey noreply at git.blender.org
Wed Sep 9 18:25:40 CEST 2020


Commit: e2f345595616660974878b4d5dff5e17921da02c
Author: Hans Goudey
Date:   Wed Sep 9 11:16:23 2020 -0500
Branches: property-search-ui-v2
https://developer.blender.org/rBe2f345595616660974878b4d5dff5e17921da02c

Merge branch 'properties-pin-operator' into property-search-button-label-pointer

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



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

diff --cc source/blender/editors/space_graph/graph_buttons.c
index e8e48b505e5,47f910402fe..ba3ed620ff1
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@@ -437,11 -437,11 +437,11 @@@ static void graph_panel_key_properties(
                        0,
                        0,
                        0,
-                       -1,
-                       -1,
+                       0,
+                       0,
                        NULL);
  
 -      uiItemL_respect_property_split(col, IFACE_("Value"), ICON_NONE);
 +      uiItemL_respect_property_split(col, IFACE_("Value"), ICON_NONE, NULL);
        but = uiDefButR(block,
                        UI_BTYPE_NUM,
                        B_REDR,



More information about the Bf-blender-cvs mailing list