Skip to content
Snippets Groups Projects
Commit 40c2bc43 authored by Campbell Barton's avatar Campbell Barton
Browse files

missing reload for x3d import

parent 25bb26c2
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,8 @@ bl_info = { ...@@ -34,6 +34,8 @@ bl_info = {
if "bpy" in locals(): if "bpy" in locals():
import imp import imp
if "import_x3d" in locals():
imp.reload(import_x3d)
if "export_x3d" in locals(): if "export_x3d" in locals():
imp.reload(export_x3d) imp.reload(export_x3d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment