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-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
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-11-24add a window manager to files loaded from 2.4x in background mode. (partial f...Campbell Barton
2010-11-23fix for building with mingw/cmakeCampbell Barton
2010-11-23fix for cmake if build flags are not defined.Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-11-08Patch [#24608] Fix for typo and better indentation in command line help by Su...Thomas Dinges
2010-11-04warn if blender is compiled without pythonCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell 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-31building the BGE without bullet works again.Campbell Barton
2010-10-31dont build blender/kernel if the game engines disabled.Campbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
2010-10-19* Enable compile and link flags to build info also on Windows and in SCons.Nathan Letwory
2010-10-19whitespace commit, AKA commit count bump.Nathan Letwory
2010-10-18cflags, cxxflags & linkflags in buildinfo.Campbell Barton
2010-10-17fix for bad use of UNUSED() with win32 & some other minor error checks.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16- blender player builds again with CMake.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-13== docs ==Luca Bonavita
2010-10-05build-fix [#24142] path changes break osxCampbell Barton
2010-10-04- use own string conversion function over PyUnicode_FromString when convertin...Campbell Barton
2010-10-04fix for building over samba /w cmake+mingwCampbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-09-29CMake on Windows for project files will now copy correct python dll and corre...Nathan Letwory
2010-09-17patch [#23855] fix CMakeList.txt for WITH_QUICKTIMECampbell Barton
2010-09-15win32 mingw works again with cmakeCampbell Barton
2010-09-15Apply patch [#23809] Blender.exe -W supportNathan Letwory
2010-09-12option to disable ITASC IK solver, (will be enabled by default ofcourse)Campbell Barton
2010-09-08patch [#23717] Another install target fix for cmake/linuxCampbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
2010-09-03sphinx doc genCampbell Barton
2010-09-03Fix [#23638] Missing directory creationNathan Letwory
2010-09-01remove debug printsNathan Letwory
2010-09-01Python library copying hack.Nathan Letwory