📋 Metadata

💬 Content

MickHanks:

Would like to have separate Pie menus for the different Node Editors.

Use Node Editor keymap with one of these poll methods:

return C.space_data.tree_type == 'ShaderNodeTree'
return C.space_data.tree_type == 'TextureNodeTree'
return C.space_data.tree_type == 'CompositorNodeTree'
return C.space_data.tree_type == 'an_AnimationNodeTree'

🔗 View on Blender Artists