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-11-10Cleanup: formatCampbell Barton
2022-11-09Fix T102256: Gamma Cross blend mode causes stripesRichard Antalik
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-07-08Fix T99494: Transition effects not working correctlyRichard Antalik
2022-06-30Fix missing argument, avoid instancing function call in macroCampbell Barton
2022-06-30Fix T99133:animating multiply factor on video strips crashes blenderRichard Antalik
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-05-03Fix T97744: Speed effect causes memory leakRichard Antalik
2022-05-03Fix T97507: Crash when deleting adjustment layerRichard Antalik
2022-04-21Fix T97356: Crash when adding adjustment layer stripRichard Antalik
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-04-04VSE: Add channel headersRichard Antalik
2022-03-29Fix T96582: Wipe effect not workingRichard Antalik
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-03-07Cleanup: use doxy-sections for pipeline, text_drag & effectsCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: simplify copyright headers for sequence & imbufCampbell Barton
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12BLF: Reduction of use of BLF_DRAW_STR_DUMMY_MAXHarley Acheson
2021-12-29Fix: VSE colormix blend factor not workingRichard Antalik
2021-12-28Cleanup: Loops in VSE effect processingRichard Antalik
2021-12-28Cleanup: Factor in VSE effect processingRichard Antalik
2021-12-08Cleanup: move public doc-strings into headers for 'sequencer'Campbell Barton
2021-11-15VSE: Use early out for aplha over blendingRichard Antalik
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-10-25Fix T90855: Transform effect gives inconsistent outputRichard Antalik
2021-09-27VSE: Clamp resulting frame in multiply modePeter Fog
2021-09-06Cleanup: clang-formatAaron Carlisle
2021-08-31Fix T90988: Incorrect speed effect strip mathRichard Antalik
2021-08-27Fix loading packed fonts for sequencer stripsCampbell Barton
2021-08-27Cleanup: use early returnCampbell Barton
2021-08-27Fix sequencer font loading using an unexpected pathCampbell Barton
2021-08-24Cleanup: quiet clang-format warnings, unused argumentCampbell Barton
2021-08-24VSE: Add Sequence.parent_meta() python API functionFélix
2021-08-24VSE: Cleanup speed effect mathRichard Antalik
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-24Revert "VSE UX: Make Speed Effect strips more user friendly."Germano Cavalcante
2021-07-24VSE UX: Make Speed Effect strips more user friendly.Germano Cavalcante
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-22VSE: Speed Effect layout updatesGermano Cavalcante
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton