


If you prefer for the code inserts not to use addon name substitutions where Hacker detects a file is part of an addon, you can disable this in Hacker’s options under “Templates”. There’s no example of AddonPropper substitutions above, but if there were it would look like this “My Cool Addon” after inserted. Place AddonPropper where you want title cased and spaced versions of your addon name to appear such as descriptions. Place addon_lower where you want lower case and underscored versions of the name to appear such as in the bl_idname. To add name substitutes in your own code, use ADDONUPPER where you want all caps text of your addon name to be substituted such as at the beginning of menu and operator classes. but the idea is you’ll be typing and replacing much less text overall. The operator would still require some adjustments to the name, description etc.
