[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1703] trunk/py/scripts/addons/ io_scene_x3d/import_x3d.py: update for api change

Campbell Barton ideasman42 at gmail.com
Sun Mar 13 07:51:07 CET 2011


Revision: 1703
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1703
Author:   campbellbarton
Date:     2011-03-13 06:51:07 +0000 (Sun, 13 Mar 2011)
Log Message:
-----------
update for api change

Modified Paths:
--------------
    trunk/py/scripts/addons/io_scene_x3d/import_x3d.py

Modified: trunk/py/scripts/addons/io_scene_x3d/import_x3d.py
===================================================================
--- trunk/py/scripts/addons/io_scene_x3d/import_x3d.py	2011-03-11 13:38:20 UTC (rev 1702)
+++ trunk/py/scripts/addons/io_scene_x3d/import_x3d.py	2011-03-13 06:51:07 UTC (rev 1703)
@@ -2370,7 +2370,7 @@
         if fcu.data_path == data_path and fcu.array_index == array_index:
             return fcu
 
-    return action.fcurves.new(data_path=data_path, array_index=array_index)
+    return action.fcurves.new(data_path=data_path, index=array_index)
 
 
 def translatePositionInterpolator(node, action, ancestry):



More information about the Bf-extensions-cvs mailing list