[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4806] trunk/py/scripts/addons/ game_engine_save_as_runtime.py: Fix to get game_engine_save_as_runtime working again provided by SolarLune .

Mitchell Stokes mogurijin at gmail.com
Wed Oct 16 19:56:01 CEST 2013


Revision: 4806
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4806
Author:   moguri
Date:     2013-10-16 17:56:01 +0000 (Wed, 16 Oct 2013)
Log Message:
-----------
Fix to get game_engine_save_as_runtime working again provided by SolarLune.

Modified Paths:
--------------
    trunk/py/scripts/addons/game_engine_save_as_runtime.py

Modified: trunk/py/scripts/addons/game_engine_save_as_runtime.py
===================================================================
--- trunk/py/scripts/addons/game_engine_save_as_runtime.py	2013-10-15 23:12:07 UTC (rev 4805)
+++ trunk/py/scripts/addons/game_engine_save_as_runtime.py	2013-10-16 17:56:01 UTC (rev 4806)
@@ -112,7 +112,6 @@
                                 compress=False,
                                 copy=True,
                                 )
-    blend_path += '.blend'
     
     # Get the blend data
     blend_file = open(blend_path, 'rb')



More information about the Bf-extensions-cvs mailing list