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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-26 08:50:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 11:15:30 +0300
commitb8467273b893967fdecce81c92f8d680edde0059 (patch)
tree820536e0bd5c92c377b65d10e9ec9652a35f542b /source/blender/makesdna/DNA_particle_types.h
parentb70877bba70e7f10998b96406c9b75fe0781e42f (diff)
Cleanup: redundant defines
Comment or remove unused defines.
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index 8509b24ee14..427dcee4651 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -532,11 +532,6 @@ typedef enum eParticleShapeFlag {
#define PART_DRAW_COL_VEL 2
#define PART_DRAW_COL_ACC 3
-
-/* part->simplify_flag */
-#define PART_SIMPLIFY_ENABLE 1
-#define PART_SIMPLIFY_VIEWPORT 2
-
/* part->time_flag */
#define PART_TIME_AUTOSF 1 /* Automatic subframes */
@@ -615,8 +610,8 @@ typedef enum eParticleShapeFlag {
#define PSYS_KEYED_TIMING 8
//#define PSYS_ENABLED 16 /* deprecated */
#define PSYS_HAIR_UPDATED 32 /* signal for updating hair particle mode */
-#define PSYS_DRAWING 64
-#define PSYS_USE_IMAT 128
+/* #define PSYS_DRAWING 64 */ /* deprecated */
+/* #define PSYS_USE_IMAT 128 */ /* deprecated */
#define PSYS_DELETE 256 /* remove particlesystem as soon as possible */
#define PSYS_HAIR_DONE 512
#define PSYS_KEYED 1024