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-03-07Fix T96180: driver in node tree not updating in real timeJacques Lucke
2022-03-02Fix T94609: geometry nodes always re-evaluated with image texture nodesBrecht Van Lommel
2022-02-28Fix T96054: Switching vertex group does not update displaySergey Sharybin
2022-02-18Fix part of T95848: missing updates editing light object nodesBrecht Van Lommel
2022-02-10Fix T95624: video texture not refreshing when changing offset in nodeJacques Lucke
2022-02-03Fix T66913: undo after frame-change doesn't refresh properlyCampbell Barton
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-02-03Despgraph: Remove asserts from object modifier backupSergey Sharybin
2022-02-01Fix T95356: Crash in armature edit mode and certain conditionSergey Sharybin
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-24Cleanup: sort struct forward declarationsCampbell Barton
2022-01-18Fix T95006: missing modifier update after frame changeJacques Lucke
2022-01-13Fix T94874: Drivers using bone custom properties don't work on modifiersSergey Sharybin
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Fix T94797: crash when playing animation in eevee rendered viewJacques Lucke
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-10Fix T94766: texture coordinates from other object do not refreshJacques Lucke
2022-01-07Fix T94078: Wrong Bound Box calculated for curvesGermano Cavalcante
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Depsgraph: only link 'IK Constraint -> Init IK Tree' if animated.Alexander Gavrilov
2022-01-06Depsgraph: fix spurious cycles with identically named idprops on bones.Alexander Gavrilov
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-03Depsgraph: Remove object-level visibility from geometry buildersSergey Sharybin
2021-12-31Fix T94464: video texture is not refreshingJacques Lucke
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-11-30Depsgraph: remove shading parameters componentJacques Lucke
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-29Fix T93439: Armature widgets from hidden collections are invisibleSergey Sharybin
2021-11-02Fix T89487: Crash adding Rigid Body to object with shared mesh dataSergey Sharybin
2021-10-13Fix T92136: Leak accessing evaluated depsgraph data from PythonCampbell Barton
2021-10-13Cleanup: Remove unused code paths in the depsgraph copy-on-writeSergey Sharybin
2021-10-13Revert "Fix T92136: Leak accessing evaluated depsgraph data from Python"Campbell Barton
2021-10-13Fix T92136: Leak accessing evaluated depsgraph data from PythonCampbell Barton
2021-10-03Cleanup: spelling in stringsCampbell Barton
2021-09-29Cleanup: use C comments for plain textCampbell Barton
2021-09-24Geometry Nodes: String to Curves NodeErik Abrahamsson
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-10Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-09-09Revert "Depsgraph: release GIL when evaluating the depsgraph"Brecht Van Lommel
2021-09-09Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-09-03Depsgraph: skip parentbone relation if bone prop is emptyPhilipp Oeser
2021-08-31Fix T88433: no greaspencil depsgraph evaluation with certain driversPhilipp Oeser
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton