andyp123 / blender_vertex_color_master

Blender addon for working more precisely with vertex colours.
359 stars 40 forks source link

Addon doesn't reload properly without restarting Blender #7

Closed andyp123 closed 5 years ago

andyp123 commented 5 years ago

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