Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-13 18:31:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-13 18:31:42 +0400
commit40c2bc43550d3bfdd925b7d187a2a87786c6ede6 (patch)
tree746cf2647a0f45cd55a3df5613a1cfb85586fb87 /io_scene_x3d
parent25bb26c2f327d0cab0d08678127609a6c0dd8fb9 (diff)
missing reload for x3d import
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 44b08e2e..7ebb78fd 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -34,6 +34,8 @@ bl_info = {
if "bpy" in locals():
import imp
+ if "import_x3d" in locals():
+ imp.reload(import_x3d)
if "export_x3d" in locals():
imp.reload(export_x3d)