Customize Menu Editor

by Bookyakuno in Addons


Document

It is possible to automatically translate to English using the translation function on the site.


Menu

  • 3D View → Side Bar(N Key) → Tools → Customize Menu


Other

  • The add-on exported by the add-on creation function can be distributed to the internet or a third party


Data Backup

Since ver1.3.3, there is a backup function.
If your menu/macro/User Property data disappears, you may have a backup file in your add-ons folder.

  • C:\Users\\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\customize_menu_editor\__backup__

It will be saved at the following timing.

  • -Backup every 5 minutes while menu edit mode is enabled
  • -Backup every 7 days when Blender starts


How to register an operator that does not remain in the history

This add-on can automatically register an operator by using the history displayed in the information editor.

Unfortunately, Blender has some behavior that doesn't appear in history.


Operators that do not remain in the history can manually register "id_name" by checking the operators registered in the keymap.

  • view3d.view_selected


To use this id_name in the macro, change it as follows.

  • bpy.ops.view3d.view_selected()
Sales 100+
Customer Ratings 2
Average Rating
Published almost 4 years ago
Blender Version 2.8, 2.81, 2.82, 2.83, 2.9, 2.91, 2.92, 2.93, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 4.0
License GPL
Have questions before purchasing?

Contact the Creator with your questions right now.

Login to Message