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-11-10Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-10Fix T102340: crash when adding image file in node groupJacques Lucke
2022-11-09Merge branch 'blender-v3.4-release'Sergey Sharybin
2022-11-09Fix T101906: Modifier apply not working if target object is in excluded colle...Sergey Sharybin
2022-11-09Depsgraph: simplify scheduling in depsgraph evaluatorJacques Lucke
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-19Cleanup: spelling in commentsCampbell Barton
2022-10-18Depsgraph: wrong copy-on-write update after depsgraph rebuildJacques Lucke
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-21Refactor: Simplify transfer of tags in the depsgraph builderSergey Sharybin
2022-09-21Fix inconsistent node name handling in dependency graphSergey Sharybin
2022-09-21Refactor: More const-correctness in node builderSergey Sharybin
2022-09-21Refactor: Move depsgraph node keys to own fileSergey Sharybin
2022-09-16Fix: crash when evaluating geometry nodes after deleting an unlinked nodeJacques Lucke
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-13Revert hidden object optimization in depsgraphSergey Sharybin
2022-09-13Fix T101004: Crash when invisible object becomes visibleSergey Sharybin
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-01Cleanup: make formatJacques Lucke
2022-08-31Fix T98525: depsgraph for indirectly referenced ID Properties in drivers.Alexander Gavrilov
2022-08-31Depsgraph: optimize out evaluation of hidden objectsSergey Sharybin
2022-08-31Fix unnecessary modifier visibility re-evaluationSergey Sharybin
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-17Cleanup: Remove unused functionHans Goudey
2022-08-17Cleanup: Fix outdated comments referring to DispListHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-15Fix T100394: Regression: Duplicating a modifier causes a crashSergey Sharybin
2022-08-11Cleanup: spelling in commentsCampbell Barton
2022-08-10Depsgraph: Optimize evaluation of dependencies of disabled modifiersSergey Sharybin
2022-08-10Depsgrapg: Add per-modifier graph nodesSergey Sharybin
2022-08-05Cleanup: spelling, unused arg warningCampbell Barton
2022-08-04Cleanup: Better const correctness and inlined key construction in depsgraphSergey Sharybin
2022-08-04Cleanup: Remove unused ID from depsgraph time sourceSergey Sharybin
2022-08-04Depsgraph: More clear function name for transform dependnecySergey Sharybin
2022-08-04Cleanup: Redundant check in depsgraph builderSergey Sharybin
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-03Fix assert failures in the dependency graphSergey Sharybin
2022-08-02Fix undefined behavior in dependency graph taggingSergey Sharybin
2022-08-02Depsgraph: Make naming and recalc flag sign consistentSergey Sharybin