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-04-12report missing engines on file load. (request from Martin).Campbell Barton
2011-04-12revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits)Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-10Enable WINDRES only for MinGW, otherwise we get multiple manifest errors for ...Nathan Letwory
2011-04-10=cloth collisions=Joseph Eagar
2011-04-09remove -mwindows flag for scons/mingw, enable manifest & winblender.rc for al...Campbell Barton
2011-04-08Fix small typo in resource define.Nathan Letwory
2011-04-08Apply console part of patch [#26044] Windows thumbnails and improved filetype...Nathan Letwory
2011-04-06cmake/windows, temporarily build without winblender.rc until its fixed, was g...Campbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-01workaround for building blender with mingw, was giving syntax error, for now ...Campbell Barton
2011-04-01fix for cmake / windows from mont29 on IRC.Campbell Barton
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
2011-03-24support for blender as a module on win32.Campbell Barton
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-20fix for --addons startup argument, string length was too short.Campbell Barton
2011-03-17missed removing WITH_INSTALL reference.Campbell Barton
2011-03-16Mac OS X cmake changes and bundle fixesBrecht Van Lommel
2011-03-15fix [#26494] Auto run Python scripts option in User Preferences problemCampbell Barton
2011-03-14Fixes for GNUmakefile on Mac:Brecht Van Lommel
2011-03-13- lightmap pack wasnt reporting no mesh errors properly.Campbell Barton
2011-03-10Fix small error in chdir + cmd combination.Nathan Letwory
2011-03-10untarring of Python 3.2 tarballs would fail if CMake was installed into path ...Nathan Letwory
2011-03-10Some small fixes to the install part for windows.Nathan Letwory
2011-03-10- CMake, print message to run 'make install', this is new and should help avo...Campbell Barton
2011-03-09Don't try to copy gnu_gettext.dll when building 64bit Blender - it's linked s...Nathan Letwory
2011-03-09CMakeCampbell Barton
2011-03-08CMake: removed blenderplayer from install target by accident with recent commit.Campbell Barton
2011-03-08CMake/OSX: Bugfix [#26375]: Add default values for the OSX architecture: x86_...Damien Plisson
2011-03-07se BLI_snprintf() for msvc compat, cleanup CMake file, some bad comments left...Campbell Barton
2011-03-07use install target for CMake Windows (msvc and mingw), for MinGW you now need...Campbell Barton
2011-03-06CMake: Linux/Unix Only,Campbell Barton
2011-03-04Forgot this one from previous commit.Nathan Letwory
2011-03-01fix for error in recent cmake editsCampbell Barton
2011-02-28build system now exclude config-*, turtledemo when copying system python.Campbell Barton
2011-02-27== CMake Win ==Andrea Weikert
2011-02-25Small fix from sambler.Nathan Letwory
2011-02-25fix #if errors, add defined() in proper placesNathan Letwory
2011-02-25remove warning left in by mistake and comment unused function.Campbell Barton
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ...Campbell Barton
2011-02-22patch from sambler on irc, writes version info for OSX.Campbell Barton
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21And the last one. hopefully.Nathan Letwory
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-21Make sure we can build without the optional new WITH_PYTHON_MODULE option. Lo...Nathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-20misc warnings/fixesCampbell Barton
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-15fix for building with make on linux from recent new lib.Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton