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-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-05Curves: fix edit mode detectionKévin Dietrich
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-08Cleanup: Clang tidyHans Goudey
2022-03-07GPencil: Temporary fix to avoid crashes on startupFalk David
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10GPencil: Update-on-write using update cacheFalk David
2022-02-04Cleanup: Grammar in comments and tooltipsHans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-02-01Fix T95356: Crash in armature edit mode and certain conditionSergey Sharybin
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-10-13Fix T92136: Leak accessing evaluated depsgraph data from PythonCampbell Barton
2021-10-13Cleanup: Remove unused code paths in the depsgraph copy-on-writeSergey Sharybin
2021-10-13Revert "Fix T92136: Leak accessing evaluated depsgraph data from Python"Campbell Barton
2021-10-13Fix T92136: Leak accessing evaluated depsgraph data from PythonCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-05-21Depsgraph: remove mesh edit-mode pointer duplicationCampbell Barton
2021-05-18Fix T88026: Repeated switch to rendered viewport crashesCampbell Barton
2021-04-08Fix T87232: Crash when evaluating object with unsupported modifierSybren A. Stüvel
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
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-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-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-31Depsgraph: Add command line argument to debug UUIDsSergey Sharybin
2020-07-22Simulation: improve depsgraph integrationJacques 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-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-23Revert "COW: Edit Mesh: Do not copy the looptris pointer"Germano Cavalcante