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-06-22Fix T89196: Depsgraph use-after-free after scene switching undoSergey Sharybin
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-05-21Depsgraph: remove mesh edit-mode pointer duplicationCampbell Barton
2021-05-18Fix T88026: Repeated switch to rendered viewport crashesCampbell Barton
2021-04-28VSE: Fix slow prefetching when strips are animatedRichard Antalik
2021-04-23Fix for building with MSVCCampbell Barton
2021-04-23Fix T86170: Memory leak clearing the Python instance for COW id dataCampbell Barton
2021-04-08Fix T87232: Crash when evaluating object with unsupported modifierSybren A. Stüvel
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-04-01Fix T87065: Deformed Lattice undeforms after setting keyframeSybren A. Stüvel
2021-04-01Cleanup: typo fix in commentSybren A. Stüvel
2021-03-01Cleanup: rename some animation-related functionsSybren A. Stüvel
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-09-09Cleanup: spellingCampbell Barton
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-20Depsgraph: refactor tagging after time changesJacques Lucke
2020-08-19Cleanup: spellingCampbell Barton
2020-08-18Depsgraph: simplify DEG_evaluate_* APIJacques Lucke
2020-08-11Depsgraph: Use UUID to match modifiersSergey Sharybin
2020-08-11Modifier: Maintain per-modifier session UUIDSergey Sharybin
2020-08-07Cleanup: Depsgraph, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-04Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-08-04Depsgraph: Use UUID to identify pose channelsSergey Sharybin
2020-08-04Pose channel: Add session UUIDSergey Sharybin
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31Cleanup: Remove unused original pointer in SequenceSergey Sharybin
2020-07-31Fix T78835: Ghosting audio after using undoSergey Sharybin
2020-07-31Depsgraph: Add command line argument to debug UUIDsSergey Sharybin
2020-07-22Simulation: improve depsgraph integrationJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-09Particles: Create a simulation state for every Particle Simulation nodeJacques Lucke
2020-07-03Clang-Tidy: Enable redundant static qualifier warningSergey Sharybin
2020-06-30LibOverride: properly tag owner ID for override refresh, when embedded one is...Bastien Montagne
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-25Cleanup: spellingCampbell Barton