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
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
2019-04-03Fix T62817: Can't drive modifier property with another oneSergey Sharybin
2019-03-19Fix T62622: Animating vertex does not update viewportSergey Sharybin
2019-03-08Depsgraph: Fix missing relation when driving image offsetSergey Sharybin
2019-02-28Depsgraph: Route visibility flags update to proper componentSergey Sharybin
2019-02-18Fix T61636: Drivers don't update on viewport using curvesSergey Sharybin
2019-02-18Cleanup: styleCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-15Depsgraph: Speedup constraint source lookupSergey Sharybin
2019-02-15Depsgraph: Move RNA lookup to an own query classSergey Sharybin