-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Is there a live update functionality for this add-on? So after changing something in VSCode, changes also appear in Blender?
As I can see, there is no such a functionality. But reloading add-ons by hand are kinda awkward. Could you please add something like that?
As stated on github page of add-on for 2.8:
Execute the Blender: Reload Addons command. For that to work, Blender has to be started using the extension. Your addon does not need to support reloading itself. It only has to have correct register and unregister methods.
To reload the addon every time a file is saved, active the blender.addon.reloadOnSave setting in VS Code.
Something similar to reloadOnSave
in VS would be really nice feature for this add-on. Hope to see that implemented, because this add-on is a must for developing in 2.79. Thank you!