From 70a7685d04fb0e71390ea6b5fefa359942253f6b Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 1 Dec 2021 21:45:41 -0500 Subject: UI: Add an option to display the node editor context path Since we have the overlays popover, it makes sense to allow toggling the context path like in the 3D viewport. This commit adds a property, and turns it on by default in existing files. Differential Revision: https://developer.blender.org/D13248 --- release/scripts/startup/bl_ui/space_node.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_node.py b/release/scripts/startup/bl_ui/space_node.py index afbd7e61aaa..9bf812e036d 100644 --- a/release/scripts/startup/bl_ui/space_node.py +++ b/release/scripts/startup/bl_ui/space_node.py @@ -719,6 +719,7 @@ class NODE_PT_overlay(Panel): col.separator() + col.prop(overlay, "show_context_path", text="Context Path") col.prop(snode, "show_annotation", text="Annotations") if snode.tree_type == 'GeometryNodeTree': -- cgit v1.2.3