From c8597a465f22e020b1c0ce6fcfbb7b7308efdad1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 13 Feb 2018 20:35:29 +1100 Subject: Object Mode: remove Scene.obedit Add ED_screen_window_find, BKE_workspace_edit_object --- source/blender/blenkernel/BKE_workspace.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenkernel/BKE_workspace.h') diff --git a/source/blender/blenkernel/BKE_workspace.h b/source/blender/blenkernel/BKE_workspace.h index f839d4cdf76..b309ae838d6 100644 --- a/source/blender/blenkernel/BKE_workspace.h +++ b/source/blender/blenkernel/BKE_workspace.h @@ -133,6 +133,9 @@ void BKE_workspace_update_object_mode( struct EvaluationContext *eval_ctx, struct WorkSpace *workspace); +struct Object *BKE_workspace_edit_object( + struct WorkSpace *workspace, struct Scene *scene); + #undef GETTER_ATTRS #undef SETTER_ATTRS -- cgit v1.2.3