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/blender/imp/gltf2_blender_animation.py')
-rwxr-xr-xio_scene_gltf2/blender/imp/gltf2_blender_animation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_scene_gltf2/blender/imp/gltf2_blender_animation.py b/io_scene_gltf2/blender/imp/gltf2_blender_animation.py
index ed1d938d..71f3ec00 100755
--- a/io_scene_gltf2/blender/imp/gltf2_blender_animation.py
+++ b/io_scene_gltf2/blender/imp/gltf2_blender_animation.py
@@ -59,4 +59,3 @@ class BlenderAnimation():
for child in gltf.vnodes[vnode_id].children:
BlenderAnimation.restore_animation(gltf, child, animation_name)
-