From 2d1c14f0360a2a8172c7bdb64f6dbe99197f5c3e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 16 Feb 2019 16:42:11 +1100 Subject: Cleanup: rename SPACE_IPO -> SPACE_GRAPH --- source/blender/blenloader/intern/writefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenloader/intern/writefile.c') diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c index 1a9e5aa4b85..85ff2973074 100644 --- a/source/blender/blenloader/intern/writefile.c +++ b/source/blender/blenloader/intern/writefile.c @@ -2870,7 +2870,7 @@ static void write_area_regions(WriteData *wd, ScrArea *area) writestruct(wd, DATA, GPUDOFSettings, 1, v3d->fx_settings.dof); } } - else if (sl->spacetype == SPACE_IPO) { + else if (sl->spacetype == SPACE_GRAPH) { SpaceGraph *sipo = (SpaceGraph *)sl; ListBase tmpGhosts = sipo->runtime.ghost_curves; -- cgit v1.2.3