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-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-05Cleanup: formatCampbell 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
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-27Fix T99976: Animated visibility not rendering properly in viewportSergey Sharybin
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-21Cleanup: Simplify relation flags assignmentSergey Sharybin
2022-07-21Cleanup: Unused forward declarationSergey Sharybin
2022-07-21Fix T99885: Invalid dependency graph state when curves surface is invisibleSergey Sharybin
2022-07-21Fix T99733: Objects with driven visibility are evaluated when not neededSergey Sharybin
2022-07-21Depsgraph: Clear operation evaluation flags early onSergey Sharybin
2022-07-19Depsgraph: Make animated properties API receive const IDSergey Sharybin
2022-07-19Depsgraph: Cleanup, Make variable less ambiguous and more clearSergey Sharybin
2022-07-19Depsgraph: Make variable naming more clearSergey Sharybin
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Localize synchronization component visibility handlingSergey Sharybin
2022-07-19Depsgraph: Cleanup, comments wrapping and spacing between linesSergey Sharybin
2022-07-19Depsgraph: Introduce operation code for visibility operationSergey Sharybin
2022-07-19Depsgraph: Cleanup, don't mic static function and anonymous namespaceSergey Sharybin
2022-07-19Depsgraph: Refactor evaluation into smaller reusable functionsSergey Sharybin
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Make name and name tag optional in component nodeSergey Sharybin
2022-07-19Depsgraph: Clarify comment in the component nodeSergey Sharybin
2022-07-19Depsgraph: Use single task pool during evaluationSergey Sharybin