This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/startup/nodes/ui.py

7 lines
121 B
Python

import bpy
class NodeSidebarPanel:
bl_space_type = 'NODE_EDITOR'
bl_region_type = 'UI'
bl_category = "Node"