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-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-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-23Cleanup: spelling in commentsCampbell Barton
2022-09-21Refactor: Simplify transfer of tags in the depsgraph builderSergey 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-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-01Cleanup: make formatJacques Lucke
2022-08-31Fix T98525: depsgraph for indirectly referenced ID Properties in drivers.Alexander Gavrilov
2022-08-17Cleanup: Remove unused functionHans Goudey
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-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-21Cleanup: Simplify relation flags assignmentSergey 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-19Depsgraph: Make animated properties API receive const IDSergey Sharybin
2022-07-19Depsgraph: Cleanup, Make variable less ambiguous and more clearSergey 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, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Make name and name tag optional in component nodeSergey Sharybin
2022-07-15Render: camera depth of field support for armature bone targetsDamien Picard
2022-07-07Fix T99386: Driven modifiers are always re-evaluated during animationSergey Sharybin
2022-07-04Cleanup: Clarify relation name for time relation to modifierSergey Sharybin
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-08Fix T98618: Drivers don't automatically update when changing active cameraSergey Sharybin
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-30Nodes: add separately allocated run-time data for bNodeTreeJacques Lucke
2022-05-27Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-27Fix T98379: Wrong evaluation when deactivating/activating collectionsSergey Sharybin
2022-05-25Cleanup: spelling, unbalanced doxy sectionsCampbell Barton
2022-05-24Depsgraph: Implement backtrace functionalitySergey Sharybin
2022-05-24Cleanup: Else after return in depsgraph codeSergey Sharybin
2022-05-18Fix T98157: improve animation fps with better check in depsgraphJacques Lucke