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

« back to all changes in this revision

Viewing changes to source/blender/makesdna/DNA_ipo_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
2
 * blenlib/DNA_ipo_types.h (mar-2001 nzc)
3
3
 *
4
 
 * $Id: DNA_ipo_types.h,v 1.6 2003/04/27 11:55:09 ton Exp $ 
 
4
 * $Id: DNA_ipo_types.h,v 1.14 2005/03/01 13:14:37 ton Exp $ 
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
57
57
 
58
58
#define IPOBUTY 17
59
59
 
 
60
#define TOB_IPO 1
 
61
#define TOB_IPODROT     2
 
62
#define TOB_IKA 4
60
63
 
61
64
/* disptype */
62
65
#define IPO_DISPDEGR    1
65
68
 
66
69
/* ******************** */
67
70
 
68
 
#define OB_TOTIPO       24
 
71
#define OB_TOTIPO       29
 
72
#define OB_TOTNAM       29
69
73
 
70
74
#define OB_LOC_X        1
71
75
#define OB_LOC_Y        2
101
105
#define OB_COL_B        23
102
106
#define OB_COL_A        24
103
107
 
 
108
#define OB_PD_FSTR      25
 
109
#define OB_PD_FFALL     26
 
110
#define OB_PD_SDAMP     27
 
111
#define OB_PD_RDAMP     28
 
112
#define OB_PD_PERM      29
 
113
 
104
114
 
105
115
 
106
116
/* ******************** */
107
117
 
108
 
#define MA_TOTIPO       32
 
118
#define MA_TOTIPO       40
 
119
#define MA_TOTNAM       26
109
120
 
110
121
#define MA_COL_R        1
111
122
#define MA_COL_G        2
123
134
#define MA_SPEC         14
124
135
#define MA_HARD         15
125
136
#define MA_SPTR         16
126
 
#define MA_ANG          17
 
137
#define MA_IOR          17
127
138
#define MA_MODE         18
128
139
#define MA_HASIZE       19
 
140
#define MA_TRANSLU      20
 
141
#define MA_RAYM         21
 
142
#define MA_FRESMIR      22
 
143
#define MA_FRESMIRI     23
 
144
#define MA_FRESTRA      24
 
145
#define MA_FRESTRAI     25
 
146
#define MA_ADD          26
129
147
 
130
148
#define MA_MAP1         0x20
131
149
#define MA_MAP2         0x40
135
153
#define MA_MAP6         0x400
136
154
#define MA_MAP7         0x800
137
155
#define MA_MAP8         0x1000
 
156
#define MA_MAP9         0x2000
 
157
#define MA_MAP10        0x4000
 
158
 
 
159
#define TEX_TOTNAM      14
138
160
 
139
161
#define MAP_OFS_X       1
140
162
#define MAP_OFS_Y       2
150
172
#define MAP_COLF        11
151
173
#define MAP_NORF        12
152
174
#define MAP_VARF        13
 
175
#define MAP_DISP        14
 
176
 
 
177
/* ******************** */
 
178
 
 
179
#define TE_TOTIPO       21
 
180
#define TE_TOTNAM       21
 
181
 
 
182
#define TE_NSIZE        1
 
183
#define TE_NDEPTH       2
 
184
#define TE_NTYPE        3
 
185
#define TE_TURB         4
 
186
 
 
187
#define TE_VNW1         5
 
188
#define TE_VNW2         6
 
189
#define TE_VNW3         7
 
190
#define TE_VNW4         8
 
191
#define TE_VNMEXP       9
 
192
#define TE_VN_DISTM     10
 
193
#define TE_VN_COLT      11
 
194
 
 
195
#define TE_ISCA         12
 
196
#define TE_DISTA        13
 
197
 
 
198
#define TE_MG_TYP       14
 
199
#define TE_MGH          15
 
200
#define TE_MG_LAC       16
 
201
#define TE_MG_OCT       17
 
202
#define TE_MG_OFF       18
 
203
#define TE_MG_GAIN      19
 
204
 
 
205
#define TE_N_BAS1       20
 
206
#define TE_N_BAS2       21
153
207
 
154
208
/* ******************** */
155
209
 
156
210
#define SEQ_TOTIPO      1
 
211
#define SEQ_TOTNAM      1
157
212
 
158
213
#define SEQ_FAC1        1
159
214
 
160
215
/* ******************** */
161
216
 
162
217
#define CU_TOTIPO       1
 
218
#define CU_TOTNAM       1
163
219
 
164
220
#define CU_SPEED        1
165
221
 
166
222
/* ******************** */
167
223
 
168
 
#define KEY_TOTIPO      32
 
224
#define KEY_TOTIPO      64
 
225
#define KEY_TOTNAM      64
169
226
 
170
227
#define KEY_SPEED       0
171
228
#define KEY_NR          1
173
230
/* ******************** */
174
231
 
175
232
#define WO_TOTIPO       29
 
233
#define WO_TOTNAM       16
176
234
 
177
235
#define WO_HOR_R        1
178
236
#define WO_HOR_G        2
196
254
 
197
255
/* ******************** */
198
256
 
199
 
#define LA_TOTIPO       23
 
257
#define LA_TOTIPO       21
 
258
#define LA_TOTNAM       10
200
259
 
201
260
#define LA_ENERGY       1
202
261
#define LA_COL_R        2
211
270
 
212
271
/* ******************** */
213
272
 
214
 
#define CAM_TOTIPO      3
 
273
/* yafray: totipo & totnam +2 because of added curves */
 
274
#define CAM_TOTIPO      5
 
275
#define CAM_TOTNAM      5
215
276
 
216
277
#define CAM_LENS        1
217
278
#define CAM_STA         2
218
279
#define CAM_END         3
219
 
 
 
280
/* yafray aperture & focal distance curves */
 
281
#define CAM_YF_APERT    4
 
282
#define CAM_YF_FDIST    5
220
283
 
221
284
/* ******************** */
222
285
 
223
286
#define SND_TOTIPO      4
 
287
#define SND_TOTNAM      4
224
288
 
225
289
#define SND_VOLUME      1
226
290
#define SND_PITCH       2
230
294
/* ******************** */
231
295
 
232
296
#define AC_TOTIPO       10      /* __NLA */
 
297
#define AC_TOTNAM       10
233
298
 
234
299
#define AC_LOC_X        1
235
300
#define AC_LOC_Y        2
246
311
 
247
312
/* ******************** */
248
313
#define CO_TOTIPO       1       /* Constraint Ipos */
 
314
#define CO_TOTNAM       1
249
315
 
250
316
#define CO_ENFORCE      1
251
317
/*