From 9a25541641e9feab2cebab2b3e0f6b6cb9debbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Mon, 27 Mar 2023 13:54:20 +0200 Subject: [PATCH] Added a location info line to indicate where buttons are. --- depsgraph_debug.py | 1 + 1 file changed, 1 insertion(+) diff --git a/depsgraph_debug.py b/depsgraph_debug.py index 7c8784a29..816052a37 100644 --- a/depsgraph_debug.py +++ b/depsgraph_debug.py @@ -13,6 +13,7 @@ bl_info = { "version": (0, 1), "blender": (2, 80, 0), "description": "Various dependency graph debugging tools", + "location": "Properties > View Layer > Dependency Graph", "warning": "", "doc_url": "", "tracker_url": "", -- 2.30.2