BlenderKit: Fix reloading

This commit is contained in:
Sergey Sharybin 2019-05-29 10:42:28 +02:00
parent 011f7afde4
commit 8a13d1ed8d
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ if "bpy" in locals():
imp.reload(paths)
imp.reload(ratings)
imp.reload(utils)
imp.reload(search)
imp.reload(upload)
imp.reload(download)
imp.reload(categories)
imp.reload(ui)
else:
from blenderkit import paths, ratings, utils, download, categories, ui