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-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
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-09ignore __pycache__ dir for scons and cmake installation (py3.2 caches modules...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-28Fix for [#25825] Boolean doesn't work in command-line rendering (2.56)Janne Karhu
2011-01-26option for blender --addons rigify,io_scene_fbx,add_mesh_gearsCampbell Barton
2011-01-23- fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: ...Campbell Barton
2011-01-20Command line options to set blender system environment variables.Campbell Barton
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
2010-12-19CMake RelWithDebInfo uses python31.dll, not python31_d.dllCampbell Barton
2010-12-17cmake was complaining when there was no libs skipped.Campbell Barton
2010-12-16last commit to fix warnings didnt set them at all, not it works as it should.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06CMake: use a global list to store libraries built rather then cmake_blender_l...Campbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton