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
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2022-09-16 14:04:54 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2022-09-23 13:06:32 +0300
commiteb54502d9d29b18cbeda22125a601f3ce0bc423e (patch)
treef7a8a941845a4cbcefbf9bf190b23fa52aa12b40 /source/blender/io/common/intern
parentc350d97a2f69593569cd4deae73973c66355fa18 (diff)
Fix T101109: Animation on nodes problems when dealing with Node Groups
Whenever animation on nodes was transfered to/from nodegroups (grouping/ ungrouping/separating) via BKE_animdata_transfer_by_basepath, it was possible to create new nodes with the same name (in the formerly same path -- see report for an example of this) and animation from the original node was still performed on them. Issue went away after save/ reload. In order to fully update the action, a depsgraph is now performed on the action (similar to what is done when renaming for example). Maniphest Tasks: T101109 Differential Revision: https://developer.blender.org/D15987
Diffstat (limited to 'source/blender/io/common/intern')
0 files changed, 0 insertions, 0 deletions