Blender Git Commit Log

Git Commits -> Revision 90c554c

Revision 90c554c by Campbell Barton
April 16, 2018, 09:20 (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: 90c554ce5c068ecfb337909391c2cc828b90433c
Parent Commit: a2e5b0a
Committed By: Gaia Clary
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