Blender Git Commit Log

Git Commits -> Revision ad1ea9a

Revision ad1ea9a by Campbell Barton (master)
April 5, 2018, 13:22 (GMT)
Undo: split text undo steps out of the data-block

This moves undo storage into a separate struct which is passed
in from the undo system.

Commit Details:

Full Hash: ad1ea9a427e3543a43ca2589f87f0c94b9be03ca
Parent Commit: 79c3c56
Lines Changed: +384, -360

11 Modified Paths:

/source/blender/blenkernel/BKE_text.h (+27, -21) (Diff)
/source/blender/blenkernel/intern/text.c (+252, -267) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -7) (Diff)
/source/blender/editors/include/ED_text.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_ops.c (+2, -1) (Diff)
/source/blender/editors/space_text/text_autocomplete.c (+8, -5) (Diff)
/source/blender/editors/space_text/text_ops.c (+48, -25) (Diff)
/source/blender/editors/space_text/text_undo.c (+38, -27) (Diff)
/source/blender/editors/undo/undo_system_types.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_text_types.h (+0, -4) (Diff)
/source/blender/makesrna/intern/rna_text_api.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021