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
2013-01-10Fix #33822: Compositor gets stuck if a sequencer window is also visibleSergey Sharybin
2013-01-08Alpha-over images on a black background when in RGB display modeSergey Sharybin
2013-01-07Fix #33735: sequencer crash when using rendered previewSergey Sharybin
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-11-28Fix #33330: Proxies are not built in Sequencer if preview is visibleSergey Sharybin
2012-11-21Fix #33253: VSE preview doesn't display compositorSergey Sharybin
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-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-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
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-13fix for drawing non 1:1 aspect masks, transform and selection still need supp...Campbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-08-23Sequencer: display color sample information when mouse is holded downSergey Sharybin
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-13draw ugly red bands on a sequence strip when its data cant be found (mask, cl...Campbell Barton
2012-08-12Sequencer: overlay display type optionsSergey Sharybin
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-01- disable mask drawing in the sequencer, this isn't usable yet and likely won...Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-27change clip utility function arguments to take space data and region rather t...Campbell Barton
2012-07-24initial commit for supporting masks in the image view, currently active seq ...Campbell Barton
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-20fix for error with sequencer stip text drawing - was using unclamped handle s...Campbell Barton
2012-06-20move the frame length to the end for sequence drawing (mango request, since o...Campbell Barton
2012-06-11Code cleanup - Removing/commenting out various bits of legacy cruft related toJoshua Leung
2012-06-11Grease Pencil - Support for Grease Pencil in the Sequence Editor preview/imageJoshua Leung
2012-06-07initial support for editing masks in the sequencer, currently only draw the m...Campbell Barton
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-20code cleanup:Campbell Barton
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-30style cleanup: minor change and remove redundant castsCampbell Barton
2012-03-30style cleanup: sequencerCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24Sequence Editor Themes:Thomas Dinges
2012-03-21== Sequencer ==Peter Schlaile
2012-03-18spelling cleanupCampbell Barton