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
2020-07-26VSE: Refactor delete operator and APIRichard Antalik
2020-07-13VSE: Python API, allow creation of VSE Movie strips with missing fileSybren A. Stüvel
2020-07-10Fix T69440: Memory leak adding strips via pythonRichard Antalik
2020-07-04Cleanup: spellingRichard Antalik
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-19Cleanup: unsupported ATTR_FALLTHROUGH use, clang-formatCampbell Barton
2020-06-18Fix T73056: Cache not invalidated in fade operatorRichard Antalik
2020-04-12Fix T74897: VSE animation doesn't workRichard Antalik
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-06-11Sound: Fix queries of sound infoSergey Sharybin
2019-06-11Sequencer: Fix missing relations and recalc tags in RNASergey Sharybin
2019-06-11Fix T65677: Creating a scene sequencer strip with python crash blenderSergey Sharybin
2019-06-07VSE: Cache invalidationRichard Antalik
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-31VSE: don't add crop and transform data for sound stripsRichard Antalik
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
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