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-16Fix: crash when evaluating geometry nodes after deleting an unlinked nodeJacques Lucke
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-11-30Depsgraph: remove shading parameters componentJacques Lucke
2021-11-29Fix T93439: Armature widgets from hidden collections are invisibleSergey Sharybin
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-05Cleanup: Use raw string literalSergey Sharybin
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Clang-Tidy: Address readability-redundant-string-initSergey Sharybin
2020-08-06Depsgraph: refactor dot exporter to use utility library from blenlibJacques Lucke
2020-07-03Clang-Tidy: Enable redundant static qualifier warningSergey Sharybin
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-10Depsgraph: use blender::Vector instead of std::vectorJacques Lucke
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: Use BLI::Map in more placesJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Depsgraph: fix crash caused by removing too many NO-OP nodesSybren A. Stüvel
2020-02-19Fix T73932: modifying keyframes in nodes fails when there is an image sequenceBrecht Van Lommel
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-24Depsgraph: Correct FPS debug printSergey Sharybin
2020-01-24Depsgraph: Report FPS when running with --debug-depsgraph-timeSergey Sharybin
2020-01-24Depsgraph: Refactor, move debug struct to own fileSergey Sharybin
2020-01-24Depsgrapg: Refactor, move Relation to own fileSergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-06-28Fix T62990: Selecting bones causes pose to be re-evaluatedSergey Sharybin
2019-05-03Depsgraph: Make sound ID part of the graphSergey Sharybin
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix build errors on Visual Studio after recent changes.Brecht Van Lommel
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-12-10Fix T57633: Particle texture update problemSergey Sharybin
2018-12-05Depsgrapgh: Use more distinctive opcode for texture and image evaluationSergey Sharybin
2018-12-04Fix T58118: Make duplicates real does nothingSergey Sharybin
2018-11-16Fix T56673: Tara.blend from Blender cloud crashes on loadSergey Sharybin
2018-11-15Cleanup: typo, whitespaceCampbell Barton
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-09-19Depsgraph: Connect duplicating geometry to duplicatorSergey Sharybin