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-10-05Move sequencer sources from blenkernelRichard Antalik
2020-10-05Rename eSpaceSeq_Proxy_RenderSize membersRichard Antalik
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-10Cleanup: spellingCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-08-26Cleanup: add SEQ_ALL_BEGIN, SEQ_CURRENT_BEGIN to .clang-formatCampbell Barton
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-10Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-10Fix T79346: VSE custom proxy file is brokenRichard Antalik
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-02Merge branch 'blender-v2.90-release'Richard Antalik
2020-08-02Fix T67181: Only the first added movie strip will have audio belowRichard Antalik
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31Sequencer: Add session UUID check functionSergey Sharybin
2020-07-31Sequencer: Add session UUID management to SequenceSergey Sharybin
2020-07-27Cleanup: Fix compiler warning about missing parenthesesSybren A. Stüvel
2020-07-27Cleanup: quiet warningJacques Lucke
2020-07-26VSE: Refactor delete operator and APIRichard Antalik
2020-07-26Fix T74958: Infinite loop on using strip as modifier maskRichard Antalik
2020-07-26Fix T78999: Crash when adjusting sequencer propertyRichard Antalik
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