Skip to content
Snippets Groups Projects
Commit 8a13d1ed authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

BlenderKit: Fix reloading

parent 011f7afd
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,9 @@ if "bpy" in locals(): ...@@ -22,8 +22,9 @@ if "bpy" in locals():
imp.reload(paths) imp.reload(paths)
imp.reload(ratings) imp.reload(ratings)
imp.reload(utils) imp.reload(utils)
imp.reload(search) imp.reload(download)
imp.reload(upload) imp.reload(categories)
imp.reload(ui)
else: else:
from blenderkit import paths, ratings, utils, download, categories, ui from blenderkit import paths, ratings, utils, download, categories, ui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment