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
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2015-07-02Text effect strip for sequencer.Antony Riakiotakis
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-05-02Sound now returns even if file fails to loadCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-02-11RNA: sequencer channel range was incorrectCampbell Barton
2015-01-16Fix T43271: Sequencer: RNA's 'add_effect' was not updating effect strip len c...Bastien Montagne
2014-07-19Sequencer: Add gaussian blur effectSergey Sharybin
2014-06-17Correct argument nameCampbell Barton
2014-03-28RNA API: rename Sequence.elements.push() -> append()Campbell Barton
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-02-14Code cleanup: duplicate headersCampbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-01-08Remove unused IMB function which wasn't ported to new color managementSergey Sharybin
2013-01-06sequencer api args - rename start/end_frame to frame_start/end to match the r...Campbell Barton
2013-01-06remove frame limits for sequence strip creation. was causing errors importing...Campbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2012-11-05Sequencer: input color space support for image and movie stripsSergey Sharybin
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-10-20rna_sequencer_api.c doc string cleanupDan Eicher
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-09-18do_version fix files with bad keyblock uid caused by byg [#31569]Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey 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-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-09rna_SequenceElements_pop --> use memcpy instead of strcpyDan Eicher
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-06-06support negative indexing with SequenceElements.pop() - like python does, -1 ...Campbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-17fix for building without AUDCampbell Barton
2012-05-17minor improvement - entering "//somepath" in the file selector didnt expand f...Campbell Barton
2012-05-15SequenceElements.pop() -- added 'index' argument instead of just chopping off...Dan Eicher
2012-05-11edits to recent sequencer api additions not to do scene lookups, the scene is...Campbell Barton
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-05-10minor changes to sequencer apiCampbell Barton
2012-05-10style cleanup: sequencer and scene rnaCampbell Barton
2012-05-10patch [#30871] VSE py-api Campbell Barton
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne