Post #4409: You can take this guy’s addon and hack it into your own node group holder for wh
📋 Metadata
- Author: Veiss
- Date: 2022-06-22 04:23:23
- Type:
answer - Quality Score: 7/10
- Reply to: post_04408
- Replies (1): post_04410
🏷️ Tags
macro customization advanced solved
⚙️ Related PME Features
- Pie Menu Editor
- Panel Group Editor
- Hotkey Configuration
- Python Scripting
💬 Content
You can take this guy’s addon and hack it into your own node group holder for which you can then map each node group button in the addon’s N-panel in the node editor with PME. You’d have to either manually edit the init.py or find someone that knows how to automate it. So basically find all the pertinent code blocks that create each button for a node group and then just use find and replace to put in your nodes. You can also remove the material panel in the addon to tidy it up to just node groups. The free Atom editor is great.
Then just fill the assets folder up with each node group as its own blend. Remove the default nodes, add your own, or duplicate the addon and have seperate versions if you want to split them up for different types of nodes.
There’s probably a better way to do it… Just need to find an addon that has a good node group management system that also shows the groups as buttons like QZ or some other way that PME will let you map them.