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
This commit is contained in:
2021-12-01 21:45:41 -05:00
parent 2b6c01d98c
commit 70a7685d04
7 changed files with 42 additions and 19 deletions

View File

@@ -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':