[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1344] trunk/py/scripts/addons/ io_export_anim_mesh_xna/export_xna.py: update for changes in svn.

Campbell Barton ideasman42 at gmail.com
Tue Jan 4 03:04:49 CET 2011


Revision: 1344
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1344
Author:   campbellbarton
Date:     2011-01-04 03:04:46 +0100 (Tue, 04 Jan 2011)

Log Message:
-----------
update for changes in svn.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_export_anim_mesh_xna/export_xna.py

Modified: trunk/py/scripts/addons/io_export_anim_mesh_xna/export_xna.py
===================================================================
--- trunk/py/scripts/addons/io_export_anim_mesh_xna/export_xna.py	2011-01-03 19:50:18 UTC (rev 1343)
+++ trunk/py/scripts/addons/io_export_anim_mesh_xna/export_xna.py	2011-01-04 02:04:46 UTC (rev 1344)
@@ -1745,7 +1745,7 @@
         if ob_arms_orig_rest:
             for ob_base in bpy.data.objects:
                 if ob_base.type == 'ARMATURE':
-                    ob_base.update(scene)
+                    ob_base.update()
 
             # This causes the makeDisplayList command to effect the mesh
             scene.frame_set(scene.frame_current)
@@ -1872,7 +1872,7 @@
         if ob_arms_orig_rest:
             for ob_base in bpy.data.objects:
                 if ob_base.type == 'ARMATURE':
-                    ob_base.update(scene)
+                    ob_base.update()
             # This causes the makeDisplayList command to effect the mesh
             scene.frame_set(scene.frame_current)
 
@@ -2756,7 +2756,7 @@
         if ob_arms_orig_rest:
             for ob_base in bpy.data.objects:
                 if ob_base.type == 'ARMATURE':
-                    ob_base.update(scene)
+                    ob_base.update()
             # This causes the makeDisplayList command to effect the mesh
             scene.frame_set(scene.frame_current)
     




More information about the Bf-extensions-cvs mailing list