]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export.py
Add a missing function import
[libs/gl.git] / blender / io_mspgl / export.py
index 190069c4f3caa961ed3512ec191b9366f7238be4..b74fa5300bc86c06af1c5846c36dfa7218849add 100644 (file)
@@ -1,5 +1,4 @@
 import os
-import itertools
 
 class DataExporter:
        def export_to_file(self, ctx, out_fn, *, collection=False, shared_resources=False):
@@ -88,7 +87,7 @@ class DataExporter:
 
 class ProjectExporter:
        def export_to_directory(self, ctx, out_dir):
-               from .scene import create_scene_chain
+               from .scene import create_scene, create_scene_chain
 
                task = ctx.task("Preparing scenes", 0.0)
                task.set_slices(len(ctx.context.blend_data.scenes))