Correct license date.

This commit is contained in:
K. S. Ernest (iFire) Lee
2020-09-27 12:44:43 -07:00
parent c3f8e26d6f
commit 21ca896473

View File

@@ -24,7 +24,7 @@ for filename in os.listdir(directory):
bpy.ops.export_scene.gltf(
filepath=export_type + "/" + strip_file_name + ".gltf",
export_format="GLTF_SEPARATE",
export_copyright="The MIT License (MIT) Copyright (c) 2016 Godot Engine",
export_copyright="The MIT License (MIT) Copyright (c) 2020 Godot Engine",
)
export_type = "obj"
bpy.ops.export_scene.obj(filepath=export_type + "/" + strip_file_name + "." + export_type)