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:
authorTon Roosendaal <ton@blender.org>2008-12-19 15:14:58 +0300
committerTon Roosendaal <ton@blender.org>2008-12-19 15:14:58 +0300
commitd92b45d558b861ef3c314f1d9c926113aa36326c (patch)
treed057b1bf627026fc1bbecec74e4625ed737d5229 /source/blender/editors/include/ED_types.h
parentc752ec9fc458f6fd1fc0ae7a156d33bf86e73eff (diff)
2.5
Drawing code for space_view3d module. It's still not cleaned, have to check on context usage still. Also missing is editmodes, armatures, and probably more. Known issue: splitting to 2nd window gives bad opengl lighting. Picture for fun: http://www.blender.org/bf/rt2.jpg Current stat: brought back almost 10k lines! :)
Diffstat (limited to 'source/blender/editors/include/ED_types.h')
-rw-r--r--source/blender/editors/include/ED_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_types.h b/source/blender/editors/include/ED_types.h
index 7b19341fb9e..ec5dce0c70d 100644
--- a/source/blender/editors/include/ED_types.h
+++ b/source/blender/editors/include/ED_types.h
@@ -31,8 +31,9 @@
/* **************** GENERAL EDITOR-WIDE TYPES AND DEFINES ************************** */
/* old blender defines... should be depricated? */
-#define SELECT 1
-#define ACTIVE 2
+#define DESELECT 0
+#define SELECT 1
+#define ACTIVE 2
#endif /* ED_TYPES_H */