File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
addons/io_scene_gltf2_msfs/io Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ def export(file_path):
6161 use_visible = settings .use_visible ,
6262 use_renderable = settings .use_renderable ,
6363 use_active_collection = settings .use_active_collection ,
64- use_active_scene = settings .use_active_scene ,
6564 export_extras = settings .export_extras ,
6665 export_yup = settings .export_yup ,
6766 export_apply = settings .export_apply ,
@@ -108,6 +107,7 @@ def export(file_path):
108107 use_visible = settings .use_visible ,
109108 use_renderable = settings .use_renderable ,
110109 use_active_collection = settings .use_active_collection ,
110+ use_active_scene = settings .use_active_scene ,
111111 export_extras = settings .export_extras ,
112112 export_yup = settings .export_yup ,
113113 export_apply = settings .export_apply ,
You can’t perform that action at this time.
0 commit comments