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-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-10Fix T94766: texture coordinates from other object do not refreshJacques Lucke
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-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-11-30Depsgraph: remove shading parameters componentJacques Lucke
2021-11-29Fix T93439: Armature widgets from hidden collections are invisibleSergey Sharybin
2021-09-29Cleanup: use C comments for plain textCampbell Barton
2021-09-24Geometry Nodes: String to Curves NodeErik Abrahamsson
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
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-06Fix T90476: intermittent wrong generated texture coordinates with modifiersBrecht Van Lommel
2021-08-05Cleanup: comment blocks & spellingCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-19Fix T89941: No path`s bevel update, when I change bevel profile curveGermano Cavalcante
2021-07-16Fix T89875: False dependency cycle on particle systemsGermano Cavalcante
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Fix T89734: incorrect dependency cycle with id property on modifierJacques Lucke
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-07Fix T89397: animation in geometry nodes modifier does not updateJacques Lucke
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix (studio reported) crash on Undo in some cases.Bastien Montagne
2021-06-22Fix T89196: Depsgraph use-after-free after scene switching undoSergey Sharybin
2021-06-22Cleanup: Use more clear visibility tag function nameSergey Sharybin
2021-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
2021-05-25Cleanup: spellingCampbell Barton
2021-05-21Cleanup: use nullptrJacques Lucke
2021-05-21Fix T85752: Collection Instance Crash when instancing collections with disabl...Bastien Montagne
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-04-30Cleanup: rename BKE_pose_channels_hash_{make => ensure}Campbell Barton