Blender Git Loki
Git Commits -> Revision c73d616
Revision c73d616 by Bastien Montagne (master) April 21, 2020, 10:52 (GMT) |
Fix T75920: Add object - Align to 3D cursor not working. 3DCursor is UI data (hence not expected to be affected by undo) that is stored in actual data (Scene)... So it needs some special care during undo. New undo code now re-reads data into existing memory, which means copying of 3DCursor data has to happen earlier in that case, when we still have both old and newly read data available. |
Commit Details:
Full Hash: c73d6162be6437a76da94a36502770b440edc454
Parent Commit: be7c51d
Lines Changed: +9, -0
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+9, -0) (Diff)