Blender Git Loki
Git Commits -> Revision ee07416
Revision ee07416 by Jacques Lucke (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
Fix T89829: wrong active context path check in spreadsheet The problem was that the modifier was reevaluated all the time, even between showing the attribute search and clicking on the attribute name. This freed the data referenced by attribute search. The real bug here was that the dependency graph was tagged for update even though nothing changed. This was because the spreadsheet thought its active context has changed and it wanted to compute the new value to be shown in the spreadsheet. The reason for the bug was that I confused how the tree-path of a node editor works. The second element in the tree path contains the name of the group node in the root tree that we're in (instead of the first element). Differential Revision: https://developer.blender.org/D12009 |
Commit Details:
Full Hash: ee07416685c7dc7f07aaa3737ca80a91a0495687
Parent Commit: fc91ec9
Committed By: Fabian Schempp
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/space_spreadsheet/spreadsheet_context.cc (+1, -1) (Diff)