Blender Git Loki
Git Commits -> Revision 9df2b6d
Revision 9df2b6d by Campbell Barton (master) December 10, 2018, 01:19 (GMT) |
DNA: add runtime struct to for graph & action editor Move struct members, no functional change |
Commit Details:
Full Hash: 9df2b6da3a718323dbe9431c5a4b43fc309fa4b9
Parent Commit: d7ef1af
Lines Changed: +64, -40
9 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+3, -3) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -3) (Diff)
/source/blender/editors/space_action/space_action.c (+10, -10) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+2, -2) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+5, -5) (Diff)
/source/blender/editors/space_graph/space_graph.c (+10, -9) (Diff)
/source/blender/makesdna/DNA_action_types.h (+14, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+15, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -3) (Diff)
/source/blender/editors/space_action/space_action.c (+10, -10) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+2, -2) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+5, -5) (Diff)
/source/blender/editors/space_graph/space_graph.c (+10, -9) (Diff)
/source/blender/makesdna/DNA_action_types.h (+14, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+15, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)