Fix blender .arm exporter

This commit is contained in:
luboslenco
2024-12-04 19:18:46 +01:00
parent 0422055e48
commit a4bdc5e6ef
+2 -2
View File
@@ -77,11 +77,11 @@ class ArmoryExporter(bpy.types.Operator, ExportHelper):
self.output["camera_datas"] = None
self.output["camera_ref"] = None
self.output["material_datas"] = None
self.output["particle_datas"] = None
self.output["shader_datas"] = None
self.output["speaker_datas"] = None
self.output["world_datas"] = None
self.output["world_ref"] = None
self.output["particle_datas"] = None
self.output["speaker_datas"] = None
self.output["embedded_datas"] = None
self.write_arm(self.filepath, self.output)