projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f718d56
)
I added a couple of button type defines for qwe.
author
Kent Mein <mein@cs.umn.edu>
Fri, 12 Nov 2004 17:50:11 +0000
(17:50 +0000)
committer
Kent Mein <mein@cs.umn.edu>
Fri, 12 Nov 2004 17:50:11 +0000
(17:50 +0000)
We should probably add some more there are a lot missing but I'll
save that for after release.
Kent
source/blender/blenpluginapi/plugin.h
patch
|
blob
|
history
diff --git
a/source/blender/blenpluginapi/plugin.h
b/source/blender/blenpluginapi/plugin.h
index 6956bcf09d3c061ef2ed7b845efdb247a0631261..aa8b5097604b35002b7a48bb20cdbc5be2e01492 100644
(file)
--- a/
source/blender/blenpluginapi/plugin.h
+++ b/
source/blender/blenpluginapi/plugin.h
@@
-69,6
+69,7
@@
void plugin_getinfo(PluginInfo *);
/* *************** defines for button types ************** */
+#define CHA 32
#define INT 96
#define FLO 128
@@
-76,6
+77,7
@@
void plugin_getinfo(PluginInfo *);
#define NUM (5<<9)
#define LABEL (10<<9)
#define NUMSLI (14<<9)
+#define COL (15<<9)
/* *************** API functions ******************** */