~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/include/BSE_editipo_types.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: BSE_editipo_types.h,v 1.6 2004/04/20 18:27:08 ton Exp $
 
2
 * $Id: BSE_editipo_types.h,v 1.8 2004/07/05 09:15:01 jesterking Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
35
35
 
36
36
struct BezTriple;
37
37
 
38
 
// warn these structs are still in ipo.h!
39
 
 
40
38
typedef struct IpoKey {
41
39
        struct IpoKey *next, *prev;
42
40
        short flag, rt;
52
50
        unsigned int col;
53
51
} EditIpo;
54
52
 
55
 
 
56
 
#define IPOBUTY 17
57
 
 
58
 
#define TOB_IPO 1
59
 
#define TOB_IPODROT     2
60
 
#define TOB_IKA 4
61
 
 
62
 
/* disptype */
63
 
#define IPO_DISPDEGR    1
64
 
#define IPO_DISPBITS    2
65
 
#define IPO_DISPTIME    3
66
 
 
67
 
/* ******************** */
68
 
 
69
 
#define OB_TOTIPO       24
70
 
 
71
 
#define OB_LOC_X        1
72
 
#define OB_LOC_Y        2
73
 
#define OB_LOC_Z        3
74
 
#define OB_DLOC_X       4
75
 
#define OB_DLOC_Y       5
76
 
#define OB_DLOC_Z       6
77
 
 
78
 
#define OB_ROT_X        7
79
 
#define OB_ROT_Y        8
80
 
#define OB_ROT_Z        9
81
 
#define OB_DROT_X       10
82
 
#define OB_DROT_Y       11
83
 
#define OB_DROT_Z       12
84
 
 
85
 
#define OB_SIZE_X       13
86
 
#define OB_SIZE_Y       14
87
 
#define OB_SIZE_Z       15
88
 
#define OB_DSIZE_X      16
89
 
#define OB_DSIZE_Y      17
90
 
#define OB_DSIZE_Z      18
91
 
 
92
 
#define OB_LAY          19
93
 
 
94
 
#define OB_TIME         20
95
 
 
96
 
#define OB_EFF_X        21
97
 
#define OB_EFF_Y        22
98
 
#define OB_EFF_Z        23
99
 
 
100
 
#define OB_COL_R        21
101
 
#define OB_COL_G        22
102
 
#define OB_COL_B        23
103
 
#define OB_COL_A        24
104
 
 
105
 
 
106
 
 
107
 
/* ******************** */
108
 
 
109
 
#define MA_TOTIPO       32
110
 
 
111
 
#define MA_COL_R        1
112
 
#define MA_COL_G        2
113
 
#define MA_COL_B        3
114
 
#define MA_SPEC_R       4
115
 
#define MA_SPEC_G       5
116
 
#define MA_SPEC_B       6
117
 
#define MA_MIR_R        7
118
 
#define MA_MIR_G        8
119
 
#define MA_MIR_B        9
120
 
#define MA_REF          10
121
 
#define MA_ALPHA        11
122
 
#define MA_EMIT         12
123
 
#define MA_AMB          13
124
 
#define MA_SPEC         14
125
 
#define MA_HARD         15
126
 
#define MA_SPTR         16
127
 
#define MA_ANG          17
128
 
#define MA_MODE         18
129
 
#define MA_HASIZE       19
130
 
 
131
 
#define MA_MAP1         0x20
132
 
#define MA_MAP2         0x40
133
 
#define MA_MAP3         0x80
134
 
#define MA_MAP4         0x100
135
 
#define MA_MAP5         0x200
136
 
#define MA_MAP6         0x400
137
 
#define MA_MAP7         0x800
138
 
#define MA_MAP8         0x1000
139
 
 
140
 
#define MAP_OFS_X       1
141
 
#define MAP_OFS_Y       2
142
 
#define MAP_OFS_Z       3
143
 
#define MAP_SIZE_X      4
144
 
#define MAP_SIZE_Y      5
145
 
#define MAP_SIZE_Z      6
146
 
#define MAP_R           7
147
 
#define MAP_G           8
148
 
#define MAP_B           9
149
 
 
150
 
#define MAP_DVAR        10
151
 
#define MAP_COLF        11
152
 
#define MAP_NORF        12
153
 
#define MAP_VARF        13
154
 
 
155
 
/* ******************** */
156
 
 
157
 
#define SEQ_TOTIPO      1
158
 
 
159
 
#define SEQ_FAC1        1
160
 
 
161
 
/* ******************** */
162
 
 
163
 
#define CU_TOTIPO       1
164
 
 
165
 
#define CU_SPEED        1
166
 
 
167
 
/* ******************** */
168
 
 
169
 
#define KEY_TOTIPO      32
170
 
 
171
 
#define KEY_SPEED       0
172
 
#define KEY_NR          1
173
 
 
174
 
/* ******************** */
175
 
 
176
 
#define WO_TOTIPO       29
177
 
 
178
 
#define WO_HOR_R        1
179
 
#define WO_HOR_G        2
180
 
#define WO_HOR_B        3
181
 
#define WO_ZEN_R        4
182
 
#define WO_ZEN_G        5
183
 
#define WO_ZEN_B        6
184
 
 
185
 
#define WO_EXPOS        7
186
 
 
187
 
#define WO_MISI         8
188
 
#define WO_MISTDI       9
189
 
#define WO_MISTSTA      10
190
 
#define WO_MISTHI       11
191
 
 
192
 
#define WO_STAR_R       12
193
 
#define WO_STAR_G       13
194
 
#define WO_STAR_B       14
195
 
#define WO_STARDIST     15
196
 
#define WO_STARSIZE     16
197
 
 
198
 
/* ******************** */
199
 
 
200
 
#define LA_TOTIPO       23
201
 
 
202
 
#define LA_ENERGY       1
203
 
#define LA_COL_R        2
204
 
#define LA_COL_G        3
205
 
#define LA_COL_B        4
206
 
#define LA_DIST         5
207
 
#define LA_SPOTSI       6
208
 
#define LA_SPOTBL       7
209
 
#define LA_QUAD1        8
210
 
#define LA_QUAD2        9
211
 
#define LA_HALOINT      10
212
 
 
213
 
/* ******************** */
214
 
 
215
 
#define CAM_TOTIPO      3
216
 
 
217
 
#define CAM_LENS        1
218
 
#define CAM_STA         2
219
 
#define CAM_END         3
220
 
 
221
 
 
222
 
/* ******************** */
223
 
 
224
 
#define SND_TOTIPO      4
225
 
 
226
 
#define SND_VOLUME      1
227
 
#define SND_PITCH       2
228
 
#define SND_PANNING     3
229
 
#define SND_ATTEN       4
230
 
 
231
 
/* ******************** */
232
 
 
233
 
#define AC_TOTIPO       10      /* Action Ipos */
234
 
 
235
 
#define AC_LOC_X        1
236
 
#define AC_LOC_Y        2
237
 
#define AC_LOC_Z        3
238
 
 
239
 
#define AC_SIZE_X       13
240
 
#define AC_SIZE_Y       14
241
 
#define AC_SIZE_Z       15
242
 
 
243
 
#define AC_QUAT_W       25
244
 
#define AC_QUAT_X       26
245
 
#define AC_QUAT_Y       27
246
 
#define AC_QUAT_Z       28
247
 
 
248
 
/* ******************** */
249
 
 
250
 
#define CO_TOTIPO       1       /* Constraint Ipos */
251
 
 
252
 
#define CO_ENFORCE      1
253
 
/*
254
 
#define CO_TIME         2
255
 
#define CO_OFFSET_X     3
256
 
#define CO_OFFSET_Y     4
257
 
#define CO_OFFSET_Z     5
258
 
#define CO_ORIENT_X     6
259
 
#define CO_ORIENT_Y     7
260
 
#define CO_ORIENT_Z     8
261
 
#define CO_ROLL         9
262
 
*/
263
 
 
264
53
#endif /*  BSE_EDITIPO_TYPES_H */
265