From 769c9a2363ed7dae5fceeea1f94e685482719901 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Feb 2018 08:39:10 +1100 Subject: Object Mode: remove Scene.obedit This means we can support having the same scene in different windows with different edit-objects. --- source/blender/makesdna/DNA_scene_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index bf5f7c1d0da..1642da25481 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -1623,7 +1623,7 @@ typedef struct Scene { ListBase base DNA_DEPRECATED; struct Base *basact DNA_DEPRECATED; /* active base */ - struct Object *obedit; /* name replaces old G.obedit */ + void *_pad1; float cursor[3]; /* 3d cursor location */ char _pad[4]; -- cgit v1.2.3