Post #4058: > Hi,

📋 Metadata

🏷️ Tags

panel-group addon-integration intermediate solved

  • Panel Group Editor
  • Python Scripting

💬 Content

Hi,
Can’t remember if I ever asked this question but anyway here it is :wink:

Is it possible to display a created panel group if and only if a certain addon is installed and activated ?

Thanks for all your good work, without PME I could simply not use Blender

I’m answering myself

In the panel group condition, type :
import addon_utils; return addon_utils.check("Addon")[0]
where you should replace Addon (but keep the “”) by your addon’s name (without .py) if this is a simple addon or the folder name if the addon is contained in a folder

Hope it could help


❤️ 2 likes


🔗 View on Blender Artists