Blender  V3.3
ED_types.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2008 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 /* **************** GENERAL EDITOR-WIDE TYPES AND DEFINES ************************** */
15 
16 /* old blender defines... should be deprecated? */
17 #define DESELECT 0
18 #define SELECT 1
19 #define ACTIVE 2
20 
21 /* proposal = put scene pointers on function calls? */
22 // #define BASACT (scene->basact)
23 // #define OBACT (BASACT ? BASACT->object : NULL)
24 
25 #ifdef __cplusplus
26 }
27 #endif