node_wrangler: fix panel after 'toolification' of the node editor

This commit is contained in:
Philipp Oeser 2018-11-28 09:33:55 +01:00
parent 216857248e
commit 0645fd005a
Notes: blender-bot 2023-02-14 05:01:16 +01:00
Referenced by issue blender/blender#57863, Can't enable Node Wrangler addon
1 changed files with 1 additions and 1 deletions

View File

@ -3761,7 +3761,7 @@ class NodeWranglerPanel(Panel, NWBase):
bl_idname = "NODE_PT_nw_node_wrangler"
bl_space_type = 'NODE_EDITOR'
bl_label = "Node Wrangler"
bl_region_type = "TOOLS"
bl_region_type = "UI"
bl_category = "Node Wrangler"
prepend: StringProperty(