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-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
2011-02-25Make buildinfo not fail with git-svn as suggested by Nicholas Bishop.Guillermo S. Romero
2011-02-25SVN maintenance.Guillermo S. Romero
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ...Campbell Barton
2011-02-24patch [#26178] build_debian.sh: Use BLENDER_VERSION_CHARCampbell Barton
2011-02-22missing deps for pacmanCampbell Barton
2011-02-22Type in snapshort ;)Ton Roosendaal
2011-02-22cmake was using dna source list with the variable out of scope, possibly caus...Campbell Barton
2011-02-22part of a patch from Dan Eicher with some edits.Campbell Barton
2011-02-21patch [#26146] debian/rules: Avoid unnecessary downloadingCampbell Barton
2011-02-21better macro for getting the blender version from BKE_blender.h, also re-run ...Campbell Barton
2011-02-21fix for cmake with last commit.Campbell Barton
2011-02-21Move blender version info into BKE_blender.h so we only have the info in one ...Campbell Barton
2011-02-21fix [#26152] Blender File for Image too SmallCampbell Barton
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-18Check the os.environ at the start of the build process.Nathan Letwory
2011-02-17patch [#26063] Fix deb package versioning (Patch for #26062)Campbell Barton
2011-02-17CMake: remove workaround for cmake 2.8.3 problem testing -Werror=strict-proto...Campbell Barton