From 874eebc2e5cf3b7c11adb431f0b4e42cf40bf663 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Oct 2021 23:22:59 +1100 Subject: Remove free_derived_objects import This caused script_load_modules to fail, properly supporting duplicates is still needed. --- io_scene_x3d/export_x3d.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'io_scene_x3d') 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 # --------------------------------------------------------------------- -- cgit v1.2.3