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-11-19Fix #29321: Video does not display, gets frozen or flickersSergey Sharybin
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-15Fix #29202: Crash - VSE Cross strip probably leads to thisSergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-08- Fixed typo in KLT description tooltipSergey Sharybin
2011-11-05misc doc editsCampbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-26Fix #29030: render operator only used scene property if layers was used, now itBrecht Van Lommel
2011-10-25cmake macro to set less strict flags per file - remove_strict_flags_file(file...Campbell Barton
2011-10-24Remove currently unused IMB_cache_limiter_* function.Sergey Sharybin
2011-10-24MovieCache implementationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-20reverting 41124, maybe better solution is to enforce linear space in generate...Antony Riakiotakis
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-20#fix: Saving OpenEXR images as floats ignores color profile. This was not not...Antony Riakiotakis
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-13Revert part of recent fix for movie resolution.Sergey Sharybin
2011-10-13quiet compiler warnings for string formatting in ffmpeg loggingCampbell Barton
2011-10-12Compile fix for some platforms (like linux release build environment)Sergey Sharybin
2011-10-12Fixes for #26837: MPEG Preseek does not work for some h264 files.Sergey Sharybin
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-09-28Commented and tagged some unused vars, added some var init (gcc warnings...)Bastien Montagne
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-21remove support for irixCampbell Barton
2011-09-19attempt to fix windows/scons issue I caused in a recent commit.Campbell Barton
2011-09-19replace WORDS_BIGENDIAN with __BIG_ENDIAN__Campbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-19remove WITH_* defines from image formats, instead just dont build the files a...Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-31fix [#28430] Image with Stampinfo does not get saved correctly with alphaCampbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-29clear some warnings with new proxy code.Campbell Barton
2011-08-29SVN maintenance.Guillermo S. Romero
2011-08-28== Sequencer / proxies ==Peter Schlaile
2011-08-28== Sequencer ==Peter Schlaile
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-22actually, this if is still marginally good to haveMorten Mikkelsen
2011-08-15the diffuse kernel I had first picked for dilation turned out to be not as gr...Morten Mikkelsen
2011-08-14fix for bug where changing movie filepaths would reset the strip length.Campbell Barton
2011-07-24New dilation function from Morten Mikkelsen (aka sparky).Sergey Sharybin