Post #3284: ![](https://blenderartists.org/user_avatar/blenderartists.org/roaoao/48/37600_2.

📋 Metadata

🏷️ Tags

beginner hotkeys unsolved

  • Pie Menu Editor
  • Custom Icons
  • Python Scripting

💬 Content

roaoao:

Hi @tukor,
Use addon’s module name as a name for the button (eg mesh_f2 ) and use this code in Custom tab (Blender 2.80+):

addon = slot; import addon_utils as au; info = au.module_bl_info(au.addons_fake_modules.get(addon)); is_enabled = addon in {a.module for a in 

Hi there!
Could you give me an example with a real thing?
Lets say i want to use this for “boxcutter” addon

I read that code, and i have no clue where i have to put the name of my plugin LOL


🔗 View on Blender Artists