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
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17don't draw the sequencer grease pencil panel when in the channel view or scopes.Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-06Fix #33423: a few operators still allowed changing current frame duringBrecht Van Lommel
2012-12-06fix [#33422] Change Path/Files problem - selected strip directory doesn't workCampbell Barton
2012-11-28Fix #33330: Proxies are not built in Sequencer if preview is visibleSergey Sharybin
2012-11-26Fix #33293L VSE: strip - separate images [Y] dialog "image duration" missingSergey Sharybin
2012-11-21Fix #33253: VSE preview doesn't display compositorSergey Sharybin
2012-11-14buildsystem cleanup: remove duplicate source & includes for scons,Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-09Sequencer: disabled sequencer recursion and corrected rendered preview modeSergey Sharybin
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-05Sequencer: input color space support for image and movie stripsSergey Sharybin
2012-10-31style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-14use safer string copy functions and change the define for FILE_MAX_LIBEXTRA t...Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-21Fix for [#32595] N shortcut (view-properties) is not shown in preview mode in...Bastien Montagne
2012-09-19fix buffer overrun in make_histogram_view_from_ibuf_byte(), use define for bu...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-14Sequencer: clear cache and animation buffers for strips outside of cursor whe...Sergey Sharybin
2012-09-13Sequencer: add missed cache invalidationSergey Sharybin
2012-09-13fix for drawing non 1:1 aspect masks, transform and selection still need supp...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-06make freeing sequencer strip without cache an option only exposed within sequ...Campbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-09-05Sequencer: show color sample line in image display mode onlySergey Sharybin
2012-08-27Fix #31853: Marker deletion invokes strip deletionSergey Sharybin
2012-08-27Style cleanup: spaces in sequencer scopesSergey Sharybin
2012-08-27Sequencer: fix crash of histogram view for float imagesSergey Sharybin
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-23Sequencer: display color sample information when mouse is holded downSergey Sharybin
2012-08-23code cleanup: use const weights for customdata interpolation functionsCampbell Barton
2012-08-23Sequencer: move up/down operators for modifiersSergey Sharybin