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-08-25fix for type mismatch with SWAP() macro.Campbell Barton
2012-08-22Sequencer: fix for incorrect proxies rendering after some recent refactorSergey Sharybin
2012-08-20Sequencer: skip adding ImBuf to cache when it failed to renderSergey Sharybin
2012-08-20Sequencer: Python API for sequence modifiersSergey Sharybin
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-18Typo fix: BKE_sequwnce_get_by_name -> BKE_sequence_get_by_nameJoshua Leung
2012-08-13draw ugly red bands on a sequence strip when its data cant be found (mask, cl...Campbell Barton
2012-08-13fix for missing NULL checks when sequence-strip pointers become NULL because ...Campbell Barton
2012-08-12Resolve issues with color balance not updating properly in sequencerSergey Sharybin
2012-08-12Correction to one of previous commitsSergey Sharybin
2012-08-12Sequencer: free cache used by sequence when removing stripSergey Sharybin
2012-08-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-11Code cleanup and minor change to CMake's colalda detection to makeSergey Sharybin
2012-08-10Fix building with audaspace disabledSergey Sharybin
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Sequencer: corrections to sequence cache invalidationSergey Sharybin
2012-08-08Sequencer: initial implementation of multithreaded effectsSergey Sharybin
2012-08-08Sequencer: do not invalidate sequences which are not blending with bottom mac...Sergey Sharybin
2012-08-08Style cleanup: whitespaceSergey Sharybin
2012-08-08Sequencer: initial support of refreshing only changed sequencesSergey Sharybin
2012-08-08Code cleanup: make some more functions more meaningful nameSergey Sharybin
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-08Code cleanup: remove redundant struct and some space cleanupSergey Sharybin
2012-08-08Code cleanup: remove unused functionsSergey Sharybin
2012-08-08Style cleanup: white spaceSergey Sharybin
2012-08-08Code cleanup: mark functions as static, ifdef 0 some unused functionsSergey Sharybin
2012-08-07Made image buffer threaded processor generic function,Sergey Sharybin
2012-08-07Made color balance in sequencer multi-threadedSergey Sharybin
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-31use the same rasterizer as the compositor for the sequencer.Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-06-28Fix #31929: VSE crash with relative paths and rebuilding proxiesSergey Sharybin
2012-06-27style cleanupCampbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-12remove input socket of mask node, this wasnt used.Campbell Barton
2012-06-08support for subframe animation evaluation for masks.Campbell Barton
2012-06-07remove casts to short when allocating new imbufs.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-28Sequencer: replace clamp+round of multiplied color value with FTOCHAR macro,Sergey Sharybin
2012-05-28== Sequencer / Color balance ==Peter Schlaile
2012-05-27style cleanupCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton