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:
Diffstat (limited to 'io_scene_x3d/export_x3d.py')
-rw-r--r--io_scene_x3d/export_x3d.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/io_scene_x3d/export_x3d.py b/io_scene_x3d/export_x3d.py
index 5ac7e557..746567f8 100644
--- a/io_scene_x3d/export_x3d.py
+++ b/io_scene_x3d/export_x3d.py
@@ -39,7 +39,7 @@ import os
import bpy
import mathutils
-from bpy_extras.io_utils import create_derived_objects, free_derived_objects
+from bpy_extras.io_utils import create_derived_objects
# h3d defines
@@ -1469,9 +1469,6 @@ def export(file,
#print "Info: Ignoring [%s], object type [%s] not handle yet" % (object.name,object.getType)
pass
- if free:
- free_derived_objects(obj_main)
-
# ---------------------------------------------------------------------
# write out children recursively
# ---------------------------------------------------------------------