andyp123 / blender_vertex_color_master

Blender addon for working more precisely with vertex colours.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addon doesn't reload properly without restarting Blender

andyp123 opened this issue · comments

Apparently, only the init script is reloaded when using "reload scripts" in Blender, so changes to submodules are not found until Blender is restarted. It should be possible to solve this using the information on this page: https://blender.stackexchange.com/questions/28504/blender-ignores-changes-to-python-scripts/28505#28505