Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ED_types.h « include « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eba93ed67448a89c92881a08e40aec186f1a60c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2008 Blender Foundation. All rights reserved. */

/** \file
 * \ingroup editors
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

/* **************** GENERAL EDITOR-WIDE TYPES AND DEFINES ************************** */

/* old blender defines... should be deprecated? */
#define DESELECT 0
#define SELECT 1
#define ACTIVE 2

/* proposal = put scene pointers on function calls? */
// #define BASACT                    (scene->basact)
// #define OBACT                     (BASACT ? BASACT->object : NULL)

#ifdef __cplusplus
}
#endif