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-08-10Depsgraph: Optimize evaluation of dependencies of disabled modifiersSergey Sharybin
2022-08-10Depsgrapg: Add per-modifier graph nodesSergey Sharybin
2022-07-21Fix T99733: Objects with driven visibility are evaluated when not neededSergey Sharybin
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Cleanup, comments wrapping and spacing between linesSergey Sharybin
2022-07-19Depsgraph: Introduce operation code for visibility operationSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-07-16Fix T78920: missing depsgraph relation when using sound strips in VSESybren A. Stüvel
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-26Fix T78071: Drivers reading object visibility not updating automaticallySybren A. Stüvel
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-25Fix T76897: Lamp Power Not Updating from DriverSybren A. Stüvel
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-04-17Fix T75686: Animating scene audio volume doesn't workSybren A. Stüvel
2020-03-09Depsgraph: fix crash caused by removing too many NO-OP nodesSybren A. Stüvel
2020-03-06Fix T73254: Drivers with the object.dimension variable are not updatedSybren A. Stüvel
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-03Depsgraph: Initial work to cover sequencerSergey Sharybin
2019-05-03Depsgraph: Make sound ID part of the graphSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Depsgraph: Fix cycle with rigid body and Weight ProximitySergey Sharybin
2019-02-20Depsgraph: Fix relation when lamp has driver on custom propertySergey Sharybin
2019-02-20Fix T61689: Crash when having image and regular animationSergey Sharybin
2019-02-18Fix T57457: animated image sequences not working in Eevee.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-07Cleanup: sort struct blocks, descriptionCampbell Barton
2019-02-06Depsgraph: Fix dependency cycle when rigid body is involvedSergey Sharybin
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Depsgraph: Remove placeholder operationSergey Sharybin
2019-02-01Depsgraph: Use scene operation codeSergey Sharybin
2019-02-01Depsgraph: Use operation code for file cache updateSergey Sharybin
2019-02-01Depsgraph: Use operation code for armature evaluationSergey Sharybin
2019-02-01Depsgraph: Use operation code for dupli-groupSergey Sharybin
2019-02-01Depsgraph: Use operation code for geometry evaluation doneSergey Sharybin
2019-02-01Depsgraph: Use operation code for geometry evaluation initSergey Sharybin
2019-02-01Depsgraph: More clear name for geometry evaluationSergey Sharybin
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin