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-11-08Fix VSE: Effect strip flickers when moving left handleRichard Antalik
2022-11-08Fix T102328: Incorrect strip state after copyingRichard Antalik
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-10-30Cleanup: replace BLI string copy & append with BLI_path_join(..)Campbell Barton
2022-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-24VSE: Don't use timecodes if not explicitly enabledRichard Antalik
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-04Cleanup: VSE: Rename `val` to `timeline_frame`Richard Antalik
2022-10-04Cleanup: Add docstrings to `SEQ_time.h`Richard Antalik
2022-10-04Cleanup: VSE code readabilityRichard Antalik
2022-10-04Fix T101447: Hold split not working correctlyRichard Antalik
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
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-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-17Cleanup: Use dedicated function to offset VSE strip handlesRichard Antalik
2022-09-17Fix T101098: Moving meta strip can change its lengthRichard Antalik
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-13Fix T100998: Speed effect not rendering scene strip subframesRichard Antalik
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-09-10Cleanup: remove unnecessary strcat useCampbell Barton
2022-09-02Cleanup: Fix clang-tidy warnings: [readability-inconsistent-declaration-param...Clément Foucault
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-02Fix T100049: Crash when render finishesRichard Antalik
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-08Fix T99494: Transition effects not working correctlyRichard Antalik
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Fix incorrect strip position if pitch was animatedRichard 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-29Cleanup: correct type for sequencer SWAP macroCampbell Barton
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-28Cleanup: compiler warnings, remove unused functionsCampbell Barton
2022-06-27Fix error in previous commit - missed includeRichard Antalik
2022-06-27Fix meta strip has incorrect range when createdRichard Antalik
2022-06-27VSE: Add API function to select displayed meta stripFélix
2022-06-14Cleanup: Move function definition to correct fileRichard Antalik
2022-06-14Fix T72831: Incorrect animation handling when strips overlapRichard Antalik
2022-06-14Cleanup: redundant function callsCampbell Barton
2022-06-13Fix T93500: Sequence.fps returns 0 when proxy is usedRichard Antalik