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
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-09Fix T91096: VSE use after free with overwrite enabledRichard Antalik
2021-10-07Fix T91972: Meta changes length when adding stripRichard Antalik
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-27VSE: Transform overwrite modeRichard Antalik
2021-08-24Fix T90646: VSE hangs when strips overlapRichard Antalik
2021-07-16Fix T89722: Duplicate macro can cause strips to overlapRichard Antalik
2021-07-01Fix memory leak in VSE transform codeRichard Antalik
2021-06-29VSE: Improved SnappingRichard Antalik
2021-06-24Cleanup: compiler warnings with clangBrecht Van Lommel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-20Cleanup: clang-formatCampbell Barton
2021-06-19VSE: Remove seq->tmp usageRichard Antalik
2021-06-17Cleanup: unused argument, function & shadow variable warningCampbell Barton
2021-06-17VSE: Refactor transform operator codeRichard Antalik
2021-06-17VSE: Reduce transform code complexityRichard Antalik
2021-06-06Cleanup: unused argumentCampbell Barton
2021-06-06VSE: Remove seq->tmp usage from transform codeRichard Antalik
2021-05-19VSE: Refactor sorting functionsRichard Antalik
2021-05-14Cleanup: spelling, rename metas to meta-strips / meta-ballsCampbell Barton
2021-03-02VSE: Refactor meta operatorsRichard Antalik
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Fix T82973: Strips overlap after transformingRichard Antalik
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-06-10Cleanup: Move each special_aftertrans_update to their respective TransData fileGermano Cavalcante
2020-06-08Cleanup: Move TransDataSeq declaration to its TransData fileGermano Cavalcante
2020-06-08Cleanup: Move each recalcData to their respective TransData fileGermano Cavalcante
2020-06-08Cleanup: Move TransSeq declaration to tansform_convertGermano Cavalcante
2020-04-27Cleanup: Use common utility to get direction for TIME_EXTENDGermano Cavalcante
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-28Cleanup: warnings using 'abs' on float valuesCampbell Barton
2020-02-27Transform: Remove 'mouse_coordinate_override' propertyGermano Cavalcante
2020-01-29Fix T73014: Marker sync does not work correctly if moving strip so it overlap...Philipp Oeser
2019-09-07Cleanup: style, spellingCampbell Barton
2019-09-05Transform: Split transform_conversions into multiple files.mano-wii