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-08-10Depsgraph: Optimize evaluation of dependencies of disabled modifiersSergey Sharybin
2022-07-07Fix T99386: Driven modifiers are always re-evaluated during animationSergey Sharybin
2022-05-30Cleanup: Clang tidyHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Depsgraph: fix spurious cycles with identically named idprops on bones.Alexander Gavrilov
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-08-05Cleanup: comment blocks & spellingCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-14Fix T89734: incorrect dependency cycle with id property on modifierJacques Lucke
2021-07-07Fix T89397: animation in geometry nodes modifier does not updateJacques Lucke
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
2020-08-12Fix T79706: Delta Transform Animation not workingSebastian Parborg
2020-08-07Cleanup: Depsgraph, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-27Fix T79121: Dependency cycle when driver points to prop with 'scale' in nameSybren A. Stüvel
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-29Cleanup: use std::make_unique instead of blender::make_uniqueJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: Use BLI::Map for constraint_to_pchan_map_Jacques Lucke
2020-04-28Depsgraph: Use BLI::Map for RNANodeQuery.id_data_map_Jacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Fix T73254: Drivers with the object.dimension variable are not updatedSybren A. Stüvel
2020-02-19Fix T73932: modifying keyframes in nodes fails when there is an image sequenceBrecht Van Lommel
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-24Fix T73001: Shader Node with driver not updating when animatedSybren A. Stüvel
2019-09-19Fix the rest of T68666: Animated mesh UVs, vertex colors don’t update onPhilipp Oeser
2019-09-19Fix part of T68666: Animated mesh UVs, vertex colors don’t update on time c...Sergey Sharybin
2019-09-11Armature: convert the length Python property of bones to a RNA property.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-07-30Fix T66591: GPencil layer visibility control via driver doesn't workSergey Sharybin
2019-07-01Fix T66207: Invalid depsgraph relation when driver uses object dimensionSergey Sharybin
2019-06-28Fix T62990: Selecting bones causes pose to be re-evaluatedSergey Sharybin
2019-06-24Fix T66050: Textbox is not updated, when controlled with driversSergey Sharybin
2019-06-07Fix missing autosmooth update when animatedSergey Sharybin
2019-06-06Depsgraph: Add relations for spline animationSergey Sharybin
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-28Fix T57483: Driver on grease pencil modifier does not updateSergey Sharybin
2019-05-07Depsgraph: provide more granularity to PoseBone property links.Alexander Gavrilov
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Sound: Port more cases to be a part of dependency graphSergey Sharybin
2019-05-05Depsgraph: fix Bone property drivers stored in Object animdata.Alexander Gavrilov
2019-04-30Depsgraph: build bbone operation if bone segments has animationSergey Sharybin
2019-04-30Depsgraph: Add generic animated properties cacheSergey Sharybin
2019-04-29Depsgraph: fix dependencies for drivers and animation on Bone properties.Sergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton