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-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell 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-04-20Fix [#26884] Console is not hidden when start blenderNathan Letwory
2011-02-27doxygen: blender/quicktime tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-12OS X Cocoa: added QT "Animation" codec.Ton Roosendaal
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-04fix for strict prototype error.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-09bugfix [#24578] crash on browse directory w/ broken image fileCampbell Barton
2010-11-06== filebrowser ==Andrea Weikert
2010-10-19compile fixes on windows for quicktime.Andrea Weikert
2010-10-18quick commit for forgotten file in the G.sce -> G.main->name refactoring.Andrea Weikert
2010-10-18this should fix quicktime building from last commit.Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17Fix [#24294] IMB_allocImBuf changes in r32517 missed a couple of filesNathan Letwory
2010-10-16Adapt OSX code for IMB_allocImBuf param changes.Nathan Letwory
2010-09-26Fix for [#23912]: Replace by integer comparison a float comparison whose pre...Damien Plisson
2010-09-21nerr declaration was in wrong place, causing compile error on OSXNathan Letwory
2010-09-20Some fixes for warnings found while investigating quicktime-related bug reports.Nathan Letwory
2010-09-18Fix for [#23753]: Enable QTKit import to run in background threadDamien Plisson
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-03SVN maintenance.Guillermo S. Romero
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-04== Makefiles ==Stefan Gartner
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-17Quicktime audio export: force AAC sample rate to be <=48kHz to avoid later co...Damien Plisson
2010-04-10QTKit (OSX 64bit): Add audio export to QuicktimeDamien Plisson
2010-03-24hopefully fix reported problems with include remove r27712Campbell Barton
2010-03-24remove unused includes UI_*.h, WM_*.h, ED_*.hCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-09cant test but this should fix mac buildCampbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-01Quicktime/QTKit : fix too dark images conversion issueDamien Plisson
2010-01-31Fix compile error in qtkit_export.m on mac.Brecht Van Lommel
2010-01-27support for #'s for output animation pathsCampbell Barton
2010-01-26Fix [#20821] COLOR MANAGEMENT: Corrupts motion picture filesMatt Ebb
2010-01-08Fix quicktime QtKit compile issueDamien Plisson
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-03OS X Makefiles:Stefan Gartner