[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11874] trunk/blender/release/scripts/ export_fbx.py: scaling the model by 10 by default didnt work for some people, scaling 1. 0 by default for now.

Campbell Barton cbarton at metavr.com
Wed Aug 29 02:10:23 CEST 2007


Revision: 11874
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11874
Author:   campbellbarton
Date:     2007-08-29 02:10:23 +0200 (Wed, 29 Aug 2007)

Log Message:
-----------
scaling the model by 10 by default didnt work for some people, scaling 1.0 by default for now.

Modified Paths:
--------------
    trunk/blender/release/scripts/export_fbx.py

Modified: trunk/blender/release/scripts/export_fbx.py
===================================================================
--- trunk/blender/release/scripts/export_fbx.py	2007-08-28 18:28:08 UTC (rev 11873)
+++ trunk/blender/release/scripts/export_fbx.py	2007-08-29 00:10:23 UTC (rev 11874)
@@ -2757,7 +2757,7 @@
 	# done setting globals
 	
 	# Used by the user interface
-	GLOBALS['_SCALE'] =						Draw.Create(10.0)
+	GLOBALS['_SCALE'] =						Draw.Create(1.0)
 	GLOBALS['_XROT90'] =					Draw.Create(True)
 	GLOBALS['_YROT90'] =					Draw.Create(False)
 	GLOBALS['_ZROT90'] =					Draw.Create(False)





More information about the Bf-blender-cvs mailing list