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
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-16Fix T78837: Prefetching can corrupt .blend filesRichard Antalik
2020-07-13VSE: Python API, allow creation of VSE Movie strips with missing fileSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-11Cleanup: remove unused functionCampbell Barton
2020-07-10Fix T78579: Proxy produces wrong preview when using Offset or CropRichard Antalik
2020-06-29VSE: Fix type mismatch introduced in rB8bcfa0d1fb9fRichard Antalik
2020-06-26Fix detecting proxy images.Richard Antalik
2020-06-26Silence warning introduced in f7f3b2d31823Richard Antalik
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-18Cleanup: unused variablesCampbell Barton
2020-06-18Fix T75414: Incorrect masking in Color Balance modifierRichard Antalik
2020-06-18Cleanup: Remove goto statements from strip rendering functionsRichard Antalik
2020-06-18VSE: Fix assigning effect strip inputsRichard Antalik
2020-06-18Cleanup: Remove unused code from `seq_proxy_get_fname()`Richard Antalik
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Fix error mixing incompatible enums when generating the proxy nameCampbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-13Fix T70612: Sequencer Crash on enabling PrefetchRichard Antalik
2020-05-10Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-10Fix T36263: Pasted strip doesnt have F-Curve keyframes from the originalRichard Antalik
2020-05-10Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-10Fix T71300: Crash on rendering scene recursively from sequencerRichard Antalik
2020-04-30VSE: Add frame interpolation option to speed effectIsrael Medina
2020-04-27Merge branch 'blender-v2.83-release'Richard Antalik
2020-04-27Fix T75495: Blender crashes opening a VSE .blend fileRichard Antalik
2020-04-16Cleanup: remove unused scene argumentCampbell Barton
2020-04-12Fix T74875: Preview shows previously cached frame after Hard CutRichard Antalik
2020-04-12Fix T75382: VSE Strip Adjustments Not Immediately VisibleRichard Antalik
2020-04-12Fix T74897: VSE animation doesn't workRichard Antalik
2020-04-10Fix T71546: VSE stereoscopic strips issues with mismatched dimensionsDalai Felinto
2020-04-09Cleanup: VSE rename i to view_id for stereo 3d codeDalai Felinto
2020-04-06Cleanup: Use `_fn` as a suffix for callbacks in VSE codeRichard Antalik
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-31Cleanup: use '_recursive' suffix instead of '_rec'Campbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19VSE: Strip drawing improvementsRichard Antalik
2020-03-19VSE: Disk cacheRichard Antalik
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker
2020-02-18Cleanup: clang-format.Bastien Montagne
2020-02-17VSE: Remove atomized image duplication for preprocessing stageRichard Antalik
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-08Cleanup: remove old VSE prefetching code.Richard Antalik
2020-01-29Fix T73014: Marker sync does not work correctly if moving strip so it overlap...Philipp Oeser
2020-01-22Fix T70415 100% proxy files playing with poor performanceRichard Antalik
2019-12-06Draw: Removal of MultiSample BuffersJeroen Bakker
2019-11-03Fix errors in fix for T68018Campbell Barton