[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15369] branches/soc-2008-djd/release/ scripts/export_fbx.py: fbx file modified

Dhanannjay Deo dhandeo at gmail.com
Fri Jun 27 15:02:27 CEST 2008


Revision: 15369
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15369
Author:   djd
Date:     2008-06-27 15:02:12 +0200 (Fri, 27 Jun 2008)

Log Message:
-----------
fbx file modified 

Modified Paths:
--------------
    branches/soc-2008-djd/release/scripts/export_fbx.py

Modified: branches/soc-2008-djd/release/scripts/export_fbx.py
===================================================================
--- branches/soc-2008-djd/release/scripts/export_fbx.py	2008-06-27 12:53:29 UTC (rev 15368)
+++ branches/soc-2008-djd/release/scripts/export_fbx.py	2008-06-27 13:02:12 UTC (rev 15369)
@@ -2954,7 +2954,9 @@
 			else:
 				txt = 'Export FBX'
 				name = Blender.sys.makename(ext='.fbx')
+			# Modify the parameter calling here : DJD 
 			
+			
 			Blender.Window.FileSelector(fbx_ui_write, txt, name)
 			#fbx_ui_write('/test.fbx')
 			break





More information about the Bf-blender-cvs mailing list