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:
authorJulien Duroure <julien.duroure@gmail.com>2019-09-26 17:35:44 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-09-26 17:36:19 +0300
commit06bb353c848921a3f68f928aea154d471555e2dc (patch)
treecdc7b31572513f298a0217797354d07a45b4738c /io_scene_gltf2/blender/imp/gltf2_blender_scene.py
parenta89261a31c6c109b735d06c025ab15a950b14c40 (diff)
glTF importer: big perf improvement
Diffstat (limited to 'io_scene_gltf2/blender/imp/gltf2_blender_scene.py')
-rwxr-xr-xio_scene_gltf2/blender/imp/gltf2_blender_scene.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/io_scene_gltf2/blender/imp/gltf2_blender_scene.py b/io_scene_gltf2/blender/imp/gltf2_blender_scene.py
index aa9684c7..d2d35f64 100755
--- a/io_scene_gltf2/blender/imp/gltf2_blender_scene.py
+++ b/io_scene_gltf2/blender/imp/gltf2_blender_scene.py
@@ -87,10 +87,6 @@ class BlenderScene():
for skin_id, skin in enumerate(gltf.data.skins):
if hasattr(skin, "node_ids"):
- BlenderSkin.assign_vertex_groups(gltf, skin_id)
-
- for skin_id, skin in enumerate(gltf.data.skins):
- if hasattr(skin, "node_ids"):
BlenderSkin.create_armature_modifiers(gltf, skin_id)
if gltf.data.animations: