[Bf-extensions-cvs] [2c5a4ac] fbx_io_development: Grr, stupid mistake in previous commit...

Bastien Montagne noreply at git.blender.org
Thu Jul 31 21:38:41 CEST 2014


Commit: 2c5a4ac80727a1e9f6a7b1f093663e7e2b0949dd
Author: Bastien Montagne
Date:   Thu Jul 31 21:38:23 2014 +0200
Branches: fbx_io_development
https://developer.blender.org/rBA2c5a4ac80727a1e9f6a7b1f093663e7e2b0949dd

Grr, stupid mistake in previous commit...

===================================================================

M	io_scene_fbx/fbx_utils.py

===================================================================

diff --git a/io_scene_fbx/fbx_utils.py b/io_scene_fbx/fbx_utils.py
index faf58c0..7c6b064 100644
--- a/io_scene_fbx/fbx_utils.py
+++ b/io_scene_fbx/fbx_utils.py
@@ -743,8 +743,8 @@ class AnimationCurveNodeWrapper:
                 if wrt:
                     curve.append((currframe, val))
 
-        for (elem_key, fbx_group, fbx_gname, fbx_props in
-             zip(self.elem_keys, self.fbx_group, self.fbx_gname, self.fbx_props)):
+        for elem_key, fbx_group, fbx_gname, fbx_props in \
+            zip(self.elem_keys, self.fbx_group, self.fbx_gname, self.fbx_props):
             group_key = get_blender_anim_curve_node_key(scene, ref_id, elem_key, fbx_group)
             group = OrderedDict()
             for c, def_val, fbx_item in zip(curves, self.default_values, fbx_props):



More information about the Bf-extensions-cvs mailing list