[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26860] trunk/blender/tools/btools.py: ideasman/brecht: please don't touch this again.

Joseph Eagar joeedh at gmail.com
Sat Feb 13 11:05:07 CET 2010


Revision: 26860
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26860
Author:   joeedh
Date:     2010-02-13 11:05:06 +0100 (Sat, 13 Feb 2010)

Log Message:
-----------
ideasman/brecht: please don't touch this again.  this clears the .blender folder along with everything else; oddly enough it left in the .B25.blend, but bookmarks/recent file lists were nuked. anyway, I just made the install folder deletion off by default.  if you must do it, do it on the build systems you yourselves use/maintain, don't touch scons.

Modified Paths:
--------------
    trunk/blender/tools/btools.py

Modified: trunk/blender/tools/btools.py
===================================================================
--- trunk/blender/tools/btools.py	2010-02-13 01:13:16 UTC (rev 26859)
+++ trunk/blender/tools/btools.py	2010-02-13 10:05:06 UTC (rev 26860)
@@ -408,7 +408,7 @@
         (BoolVariable('BF_SPLIT_SRC', 'Split src lib into several chunks if true', False)),
         (BoolVariable('WITHOUT_BF_INSTALL', 'dont install if true', False)),
         (BoolVariable('WITHOUT_BF_PYTHON_INSTALL', 'dont install Python modules if true', False)),
-        (BoolVariable('WITHOUT_BF_OVERWRITE_INSTALL', 'dont remove existing files before breating the new install directory (set to False when making packages for others)', False)),
+        (BoolVariable('WITHOUT_BF_OVERWRITE_INSTALL', 'dont remove existing files before breating the new install directory (set to False when making packages for others)', True)),
         (BoolVariable('BF_FANCY', 'Enable fancy output if true', True)),
         (BoolVariable('BF_QUIET', 'Enable silent output if true', True)),
         (BoolVariable('BF_LINE_OVERWRITE', 'Enable overwriting of compile line in BF_QUIET mode if true', False)),





More information about the Bf-blender-cvs mailing list