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-09-06replace define '#if FFTW3==1' --> '#ifdef WITH_FFTW3'Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-22cmake - option to disable the frame serverCampbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-04-21minor changesCampbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-28Revert r34026, which in it turn reverted r33039. Removal breaks renderers tha...Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21add includes to cmake filesCampbell Barton
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2011-01-03remove rna func scene.collada_export(), export functions dont exist for any o...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
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-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-27added option to turn off Text anti-aliasing in the UIMichael Fox
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-12Related to #24653: added scene.collada_export() function, to use instead of anBrecht Van Lommel
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-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with...Campbell Barton
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
2010-10-15enable warning for unused args with gcc: -Wunused-parameterCampbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-07-22Broke cmake on Userpref patch... sorry.Peter Schlaile
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-06-06CMake:Campbell Barton
2010-05-21Blender TIFF supportMatt Ebb
2010-04-10QTKit (OSX 64bit): Add audio export to QuicktimeDamien Plisson
2010-02-13own error in recent commit.Campbell Barton
2010-02-13revert joes commit and apply change from Aligorith.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11Fix #20139: toggling mipmaps in user preferences did not refresh textures.Brecht Van Lommel
2010-01-23support for compiling blender without python working again (with cmake at least)Campbell Barton
2010-01-13UV mirror tool (copies UVs from one side of the mesh to the other)Campbell Barton
2010-01-13node uninitialized memory valgrind found while looking into crash.Campbell Barton
2010-01-12CMake fix for windows buildDamien Plisson