Blender Git Commit Log

Git Commits -> Revision 96173be

Revision 96173be by Nathan Craddock (soc-2020-outliner)
July 25, 2020, 23:17 (GMT)
Fix: Outliner small select sync issue with dragdrop

Dragdrop in the outliner would sync from objects rather than to objects.
This led to strange results when dragging child data. i.e. a modifier
drag would select the parent object in the outliner.

This requires not storing the dragged tree element because the tree is
rebuilt between the initial drag and the drop, causing heap use after
free.

Perhaps the outliner can be flagged to not rebuild on selection events.

Commit Details:

Full Hash: 96173be437385a8d5a2b4f505652a7f0a7121105
Parent Commit: 2832b37
Lines Changed: +8, -4

1 Modified Path:

/source/blender/editors/space_outliner/outliner_dragdrop.c (+8, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021