Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-29build target was changing into wrong directory.Nathan Letwory
2011-03-29remove DEBUG flag from OpenNL with cmake, was giving too many prints in the c...Campbell Barton
2011-03-27pep8 cleanupCampbell Barton
2011-03-25include gcc builtin defines in qtcreator project file (__VERSION__, __x86_64_...Campbell Barton
2011-03-24write project files into the build dir.Campbell Barton
2011-03-24the script is now creating 2 project files:M.G. Kishalmi
2011-03-24support for blender as a module on win32.Campbell Barton
2011-03-23minor changes to master unpack script.Campbell Barton
2011-03-22Buildbot master tweaks: use generic builder for scons win32, unpack fixes.Brecht Van Lommel
2011-03-22Buildbot updates: working windows scons build, and run slave_*.py scriptsBrecht Van Lommel
2011-03-22Version and platform name were in wrong order.Nathan Letwory
2011-03-22Add buildslave target for builder.blender.org integrationNathan Letwory
2011-03-22Printing error message would fail on exception.Nathan Letwory
2011-03-22fix for grease pencil conversion to bezier curve reading past the end of the ...Campbell Barton
2011-03-22use spaces rather then tabs + minor pep8 edits.Campbell Barton
2011-03-21Buildbot initial configuration files, for http://builder.blender.orgBrecht Van Lommel
2011-03-21CMake package_archive target to create a .zip/.tar.bz2 package on mac/unix,Brecht Van Lommel
2011-03-16Mac OS X cmake changes and bundle fixesBrecht Van Lommel
2011-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-14Build systemKen Hughes
2011-03-13Make BF_PYTHON_ABI_FLAGS a scons option. Default flags are empty.Sergey Sharybin
2011-03-12cmake, search $HOME/py32 for python now too.Campbell Barton
2011-03-12builder reports MSVC was setting stack size to 2gig.Campbell Barton
2011-03-12edit scons to use py3.2 on all os's and use 'm' abiflag on linux since this i...Campbell Barton
2011-03-12set 2mb stack for mingw too.Campbell Barton
2011-03-12Fix [#25659] crash when unwrapping specific meshNathan Letwory
2011-03-10CMake should find python now without manual options being set on linux.Campbell Barton
2011-03-09disable openexr and collada for mingw, give linking errors.Campbell Barton
2011-03-07se BLI_snprintf() for msvc compat, cleanup CMake file, some bad comments left...Campbell Barton
2011-03-06update 'make' GNUmakefile stub to run 'make install'Campbell Barton
2011-03-06use tar.gz for windows python zipfiles rather then .zip,Campbell Barton
2011-03-04change mingw-scons to use python 3.2 Ervin Weber
2011-03-04Bump OSX SCons to use Python 3.2. Remember to update your lib/darwin* directory.Nathan Letwory
2011-03-04Move Windows SCons system to build Blender against the new Python 3.2 libs co...Nathan Letwory
2011-03-03fix for invalid empty string check in uniquename callback.Campbell Barton
2011-03-03patch [#26235] debian/watch: Update for change of versioningCampbell Barton
2011-03-03added support for windows/mingwCampbell Barton
2011-03-03Py/RNA API: WITH_PYTHON_SAFETYCampbell Barton
2011-03-03fix error in qtcreator project file arg checking and check for cmake files.Campbell Barton
2011-02-28git users complain this breaks for themCampbell Barton
2011-02-28Make sure python.zip is extracted only once. This prevents erroring build on ...Nathan Letwory
2011-02-28build system now exclude config-*, turtledemo when copying system python.Campbell Barton
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-26fix for 'live edit', running python scripts as you typeCampbell Barton
2011-02-26qtcreator project generator now includes defines and correct include paths.Campbell Barton
2011-02-26recent changes to svn broke rpm builder, also include rpm version infoCampbell Barton
2011-02-25add NDEBUG to scons release flags + some pep8 cleanup for examples.Campbell Barton
2011-02-25use flag _DEBUG, not DEBUG.Campbell Barton
2011-02-25fix for scons with recent change to how BINRELOC is enabled via cmake.Campbell Barton
2011-02-25Fix buildinfo, as pointed by IRIE Shinsuke.Guillermo S. Romero