Go to file
Nathan Letwory 5c36b75324 Simple argument to be able to explicitely tell the bitness you want to build Blender in.
python scons\scons.py BF_BITNESS=32
python scons\scons.py BF_BITNESS=64

So from now on for Windows you don't have to run a specific win32 or win64 Python version
to get the Blender version you want. If you omit the BF_BITNESS flag the bitness as per
Python version will be used as before.

Note that this is an argument, so works *only* on the command-line, not in your user-config.py
2011-08-02 18:33:39 +00:00
build_files Simple argument to be able to explicitely tell the bitness you want to build Blender in. 2011-08-02 18:33:39 +00:00
doc py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
extern cmake: cleanup include paths, some duplicates and going up some unneeded dirs. 2011-07-17 09:11:13 +00:00
intern More flexible configuration for 3dmouse library for scons. 2011-08-02 17:59:43 +00:00
release fix for xvid encoding preset giving a python error 2011-08-02 17:40:27 +00:00
source unit arg for FloatVectorProeprty 2011-08-02 10:56:09 +00:00
CMakeLists.txt Fixes an issue with OSX Lion 2011-08-02 17:35:07 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile patch [#28031] Minor typo in Blenlib 2011-07-20 06:05:47 +00:00
SConstruct Simple argument to be able to explicitely tell the bitness you want to build Blender in. 2011-08-02 18:33:39 +00:00