[Addon] Giving console commands a robust menu access. Tea's deCypher Kit.

Instead of using auto complete and type all the commands in the console…

Just open the menu, select the commands. I think it’s more important to be able to see all the codes available to be accessed.

Each command select generates the coresponding console command.

When you reached the depth of the data you want, simply paste it into the console.

The command results are also printed into the Info window.

Easily supports other modules than ‘bpy’.

Mathutils and Bmesh module access can be turned on in the addon preference.

Detail instructions commented on how to add other modules.

https://thumbs.gfycat.com/HappyPlaintiveDevilfish-size_restricted.gif

You might have to re-enable the addon twice to register the hotkey.

Ctrl + W.

UPDATE v1.2:

  • Made sure it will not map each letter in a string into a new menu.
  • Added bpy_extra module into the default. Turn it on or off in the addon preference panel.

UPDATE v1.1:

  • Most of the items in the modules will now display proper name/text instead of a string of unreadable code.

Download here: https://github.com/TeaCrab/0Tea_deCypher_Kit

Or on Gumroad: https://gumroad.com/l/ezBEE

Happy bl.

Wow, this looks really interesting! Thank you for sharing your work with us!

:smiley: You are welcome. Keep in touch, this is only a side-addon to help me deal with my main addons in production.

Nice one. Also eager to see your next addons.

My main addon about naming is about ready to be released. Will do an RC version in a day or two.

About deCypher:

UPDATE v1.2:

  • Made sure it will not map each letter in a string into a new menu.
  • Added bpy_extra module into the default. Turn it on or off in the addon preference panel.

UPDATE v1.1:

  • Most of the items in the modules will now display proper name/text instead of a string of unreadable code.