[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2311] trunk/py/scripts/addons/ io_scene_fbx/__init__.py: enable default take by default - otherwise object animation isnt exported.

Campbell Barton ideasman42 at gmail.com
Wed Sep 7 02:37:06 CEST 2011


Revision: 2311
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2311
Author:   campbellbarton
Date:     2011-09-07 00:37:05 +0000 (Wed, 07 Sep 2011)
Log Message:
-----------
enable default take by default - otherwise object animation isnt exported.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_scene_fbx/__init__.py

Modified: trunk/py/scripts/addons/io_scene_fbx/__init__.py
===================================================================
--- trunk/py/scripts/addons/io_scene_fbx/__init__.py	2011-09-06 20:14:51 UTC (rev 2310)
+++ trunk/py/scripts/addons/io_scene_fbx/__init__.py	2011-09-07 00:37:05 UTC (rev 2311)
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Autodesk FBX format",
     "author": "Campbell Barton",
-    "blender": (2, 5, 8),
+    "blender": (2, 5, 9),
     "api": 38691,
     "location": "File > Import-Export",
     "description": "Export FBX meshes, UV's, vertex colors, materials, "
@@ -145,7 +145,7 @@
             description=("Export currently assigned object and armature "
                          "animations into a default take from the scene "
                          "start/end frames"),
-            default=False
+            default=True
             )
     use_anim_optimize = BoolProperty(
             name="Optimize Keyframes",



More information about the Bf-extensions-cvs mailing list