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-07-15Fix: Subtitles: Order of channels in the .blend file will be kept in the .rst...Paul Golter
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Cleanup: minor changes to recent sequencer clipboard additionCampbell Barton
2021-07-13VSE: Make pasted strip activeRichard Antalik
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Fix memory leak in VSE transform codeRichard Antalik
2021-07-01Cleanup: rename playhead to current-frameCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-30Cleanup: rename 'count' to 'len'Campbell Barton
2021-06-29VSE: Improved SnappingRichard Antalik
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Cleanup: rename playhead in the UI and codeCampbell Barton
2021-06-19VSE: Remove seq->tmp usageRichard Antalik
2021-06-17VSE: Reduce transform code complexityRichard Antalik
2021-06-16VSE: Improve animation evaluation performanceRichard Antalik
2021-06-14Cleanup: clang-formatCampbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-11Sequencer: Transform ImBuf Processor.Jeroen Bakker
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-06-09Fix failing test case sequence_transform.Jeroen Bakker
2021-06-08Sequencer: Performance image crop transform.Jeroen Bakker
2021-06-06VSE: Remove seq->tmp usage from transform codeRichard Antalik
2021-06-05FFmpeg: Fix seeking not returning the correct frame when not using TC indexSebastian Parborg
2021-06-02Cleanup: Fix build warningsRichard Antalik
2021-06-02VSE: Add strip-time intersection test functionRichard Antalik
2021-06-02Cleanup: Strip duplication codeRichard Antalik
2021-05-31Cleanup: Replace fseek() calls with BLI_fseek()Harley Acheson
2021-05-31Display source video fps in the VSESebastian Parborg
2021-05-25Merge branch 'blender-v2.93-release'Richard Antalik
2021-05-25Fix T88551: Crash accessing uninitialized tool settingsRichard Antalik
2021-05-24Fix T88466: Sound strips prevent strip renderingRichard Antalik
2021-05-21Cleanup: spellingLeon Zandman
2021-05-20GPencil: Fix missing annotations in VSE stripAntonio Vazquez
2021-05-20Cleanup: inconsistent parameter namesJacques Lucke
2021-05-20Cleanup: Remove unused defineRichard Antalik
2021-05-20VSE: Fix animation duplication in split operatorRichard Antalik
2021-05-19VSE: Fix rendering inconsistencyRichard Antalik
2021-05-19VSE: Refactor sorting functionsRichard Antalik
2021-05-19VSE: Better handling of effect strip splittingRichard Antalik
2021-05-19VSE: Move whole strip chain to metaRichard Antalik
2021-05-18Merge branch 'blender-v2.93-release'Richard Antalik
2021-05-18Fix build warningRichard Antalik
2021-05-17Cleanup: Fix missing-braces warning on Linux / GCCCampbell Barton
2021-05-16Cleanup: Fix missing-braces warning on macOS ClangAnkit Meel
2021-05-14Cleanup: spelling, rename metas to meta-strips / meta-ballsCampbell Barton
2021-05-12Merge branch 'blender-v2.93-release'Richard Antalik