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
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-18Send sequencer render context as const pointer rather than as valueSergey Sharybin
2014-01-17Sequencer: don't cache frames during proxy rebuild jobSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-08-29fix [#36570] Changing the filename of a image strip doesnt refresh sequencerCampbell Barton
2013-08-20Fix [#36351] Changing the Frame Rate value doesnt adjust audio strip length.Bastien Montagne
2013-07-27code cleanup: typosCampbell Barton
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-15fix for bad lengths being passed to string functions.Campbell Barton
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-02-28Fix sequencer crash when pasteing strips after creating new fileSergey Sharybin
2013-02-19Fixes for alpha mode do_versions codeSergey Sharybin
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-05Sequencer: input color space support for image and movie stripsSergey Sharybin
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-07add type checking for more error prone macros.Campbell Barton
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
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-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-04Sequencer: avoid allocating image buffer on every modifierSergey Sharybin
2012-08-23style cleanupCampbell Barton
2012-08-21Sequencer: invalidate current frame cache on sequence transformSergey 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-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-08Sequencer: initial implementation of multithreaded effectsSergey 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: mark functions as static, ifdef 0 some unused functionsSergey Sharybin
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-04-15style cleanup: for loop macros, also add a config file for uncrustify source ...Campbell Barton
2012-03-27Clean-up logic of behavior of refresh/reload operators in sequencerSergey Sharybin
2012-03-26Fix crash of Refresh Sequencer when some Movie / MovieClip strips doesn't hav...Sergey Sharybin
2012-03-21== Sequencer ==Peter Schlaile