Adding code to my Addon - do I have to remove the addon, then re-install it every time to update?

I’m attempting to code a simple addon, and adding some code to it.

Do I have to remove it in the preferences, then restart Blender, then re-install the addon for its changes to be recognized?

I tried disabling it, and re-enabling it in prefs but that didn’t seems to work.

(Blender 4.1)

If register / unregister() is not done, then you need to do it as described in the documentation https://docs.blender.org/manual/en/latest/advanced/scripting/addon_tutorial.html

You can also use VS Code to make development easier:

행운을 빌어요! Удачи!

1 Like