Skip to content
Snippets Groups Projects
  • Philipp Oeser's avatar
    740b501d
    Fix T101109: Animation on nodes problems when dealing with Node Groups · 740b501d
    Philipp Oeser authored
    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
    740b501d
    History
    Fix T101109: Animation on nodes problems when dealing with Node Groups
    Philipp Oeser authored
    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