]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_scene.py
Simplify the resource separation options
[libs/gl.git] / blender / io_mspgl / export_scene.py
index b4b9c2365bc22ea14b7f11fec5c06120c74fb870..d4e6b78f021154cba46388c53cc2c28ad5f1cf1b 100644 (file)
@@ -76,8 +76,7 @@ class SceneExporter:
        def export_scene_resources(self, context, objs, resources, progress):
                from .export_object import ObjectExporter
                object_export = ObjectExporter()
-               object_export.separate_mesh = True
-               object_export.separate_tech = True
+               object_export.single_file = False
 
                for i, o in enumerate(objs):
                        progress.push_task_slice(o.name, i, len(objs))