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
2022-08-26Cleanup: use booleansCampbell Barton
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-01Fix T94287: gaps between strips when adding moviesRichard Antalik
2021-11-15Fix T90415: Missing cache invalidationRichard Antalik
2021-10-07Fix T91972: Meta changes length when adding stripRichard Antalik
2021-09-18Audaspace: added audio file streams functionality.Jörg Müller
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-24VSE: Add Sequence.parent_meta() python API functionFélix
2021-08-24Fix T90407: Split fails on transition stripsRichard Antalik
2021-08-16VSE: Fix audaspace not reading ffmpeg files with start offset correctlySebastian Parborg
2021-07-20Cleanup: spellingCampbell Barton
2021-07-16VSE: Fix multicam splitting all selected stripsRichard Antalik
2021-03-30VSE: Add fit method to RNA APIRichard Antalik
2021-03-23VSE: Sanitize move_to_meta usageRichard Antalik
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-20VSE: Add new_meta RNA API functionFélix
2021-03-20VSE: Add move_to_meta RNA API functionFélix
2021-03-02Cleanup: remove unused argumentsRichard Antalik
2021-03-02VSE: Refactor VSE strip loading codeRichard Antalik
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-02Fix build error on builds without audaspaceRichard Antalik
2020-12-02VSE: Unify sequences collections APIRichard Antalik
2020-11-19Fix crash when adding strip using RNA API callRichard Antalik
2020-11-05Rename extern rendering and proxy functionsRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
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