Explorar o código

Merge pull request #12232 from RaheelYawar/blenderExporterAnimation

For key frame animations, default scale is (1, 1, 1)
Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
db61a04ed2

+ 1 - 1
utils/exporters/blender/addons/io_three/exporter/api/animation.py

@@ -515,7 +515,7 @@ def _scale(bone, frame, action, armature_matrix):
     :param armature_matrix:
 
     """
-    scale = mathutils.Vector((0.0, 0.0, 0.0))
+    scale = mathutils.Vector((1.0, 1.0, 1.0))
 
     change = False