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_skin.py')
-rwxr-xr-xio_scene_gltf2/blender/imp/gltf2_blender_skin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_scene_gltf2/blender/imp/gltf2_blender_skin.py b/io_scene_gltf2/blender/imp/gltf2_blender_skin.py
index a9c50b58..043d8f26 100755
--- a/io_scene_gltf2/blender/imp/gltf2_blender_skin.py
+++ b/io_scene_gltf2/blender/imp/gltf2_blender_skin.py
@@ -53,4 +53,3 @@ class BlenderSkin():
obj = vnode.blender_object
mod = obj.modifiers.new(name="Armature", type="ARMATURE")
mod.object = arma.blender_object
-