6 lines
120 B
Python
6 lines
120 B
Python
|
import bpy
|
||
|
|
||
|
class NodeSidebarPanel:
|
||
|
bl_space_type = 'NODE_EDITOR'
|
||
|
bl_region_type = 'UI'
|
||
|
bl_category = "Node"
|