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
2017-09-22Remove quicktime supportAaron Carlisle
2017-03-27CMake: WITH_PYTHON_SECURITY=OFF was ignoredCampbell Barton
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-04-19Cleanup: move operators & related code of files & append/link to relevant ded...Bastien Montagne
2015-12-27Move generic operator props into own fileCampbell Barton
2015-11-04OpenSubdiv: Use pool for delayed OpenGL buffers free when freeing from non-ma...Sergey Sharybin
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-28Audaspace: fixing problems for the merge to master suggested by Campbell and ...Jörg Müller
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-06-12Merge all changes to blenderplayer from gooseberry branch:Antony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-12-06CMake: remove redundant include dirCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2013-11-05OSX/cmake: carbon cleanoutJens Verwiebe
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2012-10-17code cleanup:Campbell Barton
2012-08-13minor edits to r49870Campbell Barton
2012-08-13Fix for [#32220] regression - DistortionCache is never freed.Jeroen Bakker
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-07-17fix for building without the compositorCampbell Barton
2012-06-18Collada: Moved interface definitions from wm_operators.c to blender/editors/ioGaia Clary
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2011-11-28fix for building as a python moduleCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-06-08cmake: remove python include in the wm module, set opengl as a system include.Campbell Barton
2011-06-04edits to make these cmake files compatible with my own basic cmake parser whi...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-06add zlib include dir for cmake too.Campbell Barton
2011-04-28CMake build option for security report: CVE-2009-3850Campbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-10-31dont build blender/kernel if the game engines disabled.Campbell Barton
2010-10-27remove include paths which dont exist, fix for doc upload script which was ge...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton