Post #4031: Yes there is a way to do it with PME but you have to manually list the addons. B

📋 Metadata

🏷️ Tags

popup-dialog hotkeys intermediate solved

  • Panel Group Editor
  • Property Editor
  • Python Scripting

💬 Content

Yes there is a way to do it with PME but you have to manually list the addons. Basically you create a toggle for the plugins visibility on the n-panel.

  1. Add a hidden panel group

  2. Add the panel you want to hide with the + key in the hidden panel group

  3. Add a tag to the hidden panel group and assign it

  4. Add a property

  5. Click on show advanced settings

  6. Where it says ‘On Update’ click and add this line

bpy.ops.pme.pm_enable_by_tag(enable=props("property_name"), tag="tag_name")

change the “property_name” and “tag_name” accordingly.

Then just make a button with PME and assign this property.

I will try to make a small example tomorrow just in case I got something wrong.

I really wish this whole process could be automated somehow.


🔗 View on Blender Artists