Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_scene_gltf2/io/com/gltf2_io.py')
-rwxr-xr-xio_scene_gltf2/io/com/gltf2_io.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_scene_gltf2/io/com/gltf2_io.py b/io_scene_gltf2/io/com/gltf2_io.py
index b8c4b9dd..7d70b5fb 100755
--- a/io_scene_gltf2/io/com/gltf2_io.py
+++ b/io_scene_gltf2/io/com/gltf2_io.py
@@ -1220,4 +1220,3 @@ def gltf_from_dict(s):
def gltf_to_dict(x):
return to_class(Gltf, x)
-