-
Notifications
You must be signed in to change notification settings - Fork 34
/
AniProcess.dfm
523 lines (523 loc) · 10.1 KB
/
AniProcess.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
object AniProcessForm: TAniProcessForm
Left = 153
Top = 256
BorderStyle = bsDialog
Caption = 'Animation processing'
ClientHeight = 423
ClientWidth = 385
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 104
Width = 185
Height = 172
Shape = bsFrame
end
object Bevel2: TBevel
Left = 8
Top = 28
Width = 185
Height = 71
Shape = bsFrame
end
object Bevel4: TBevel
Left = 8
Top = 281
Width = 185
Height = 64
Shape = bsFrame
end
object Label16: TLabel
Left = 12
Top = 229
Width = 80
Height = 13
Alignment = taRightJustify
Caption = 'Smooth Normals:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label18: TLabel
Left = 46
Top = 115
Width = 41
Height = 13
Alignment = taRightJustify
Caption = 'DE stop:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label13: TLabel
Left = 24
Top = 194
Width = 67
Height = 26
Alignment = taRightJustify
Caption = 'Stepcount for '#13#10'binary search:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 37
Top = 8
Width = 143
Height = 13
Caption = 'Check to change the value [x]'
end
object Label15: TLabel
Left = 13
Top = 32
Width = 77
Height = 26
Alignment = taRightJustify
Caption = 'Subframes to '#13#10'render between:'
end
object Bevel3: TBevel
Left = 200
Top = 141
Width = 177
Height = 204
Shape = bsFrame
end
object Label5: TLabel
Left = 31
Top = 292
Width = 56
Height = 13
Alignment = taRightJustify
Caption = 'Max. Iterat.:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 34
Top = 318
Width = 53
Height = 13
Alignment = taRightJustify
Caption = 'Min. Iterat.:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 15
Top = 62
Width = 75
Height = 26
Alignment = taRightJustify
Caption = 'Subframe count'#13#10'multiplicator:'
end
object Label22: TLabel
Left = 10
Top = 143
Width = 85
Height = 13
Alignment = taRightJustify
Caption = 'Raystep multiplier:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 172
Width = 79
Height = 13
Alignment = taRightJustify
Caption = 'Stepwidth limiter:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Bevel5: TBevel
Left = 8
Top = 352
Width = 185
Height = 33
Shape = bsFrame
end
object Button1: TButton
Left = 302
Top = 392
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Tag = 1
Left = 200
Top = 8
Width = 177
Height = 25
Caption = 'Put the values to all keyframes'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Tag = 2
Left = 200
Top = 40
Width = 177
Height = 25
Caption = 'To this keyframe and the following'
TabOrder = 2
OnClick = Button2Click
end
object Button4: TButton
Tag = 3
Left = 200
Top = 72
Width = 177
Height = 25
Caption = 'To this keyframe and all before'
TabOrder = 3
OnClick = Button2Click
end
object Edit25: TEdit
Left = 100
Top = 112
Width = 49
Height = 21
TabOrder = 4
Text = '0.8'
end
object CheckBox1: TCheckBox
Left = 168
Top = 227
Width = 17
Height = 17
TabOrder = 5
end
object CheckBox2: TCheckBox
Left = 168
Top = 114
Width = 17
Height = 17
TabOrder = 6
end
object CheckBox4: TCheckBox
Left = 168
Top = 142
Width = 17
Height = 17
TabOrder = 7
end
object CheckBox5: TCheckBox
Left = 168
Top = 199
Width = 17
Height = 17
TabOrder = 8
end
object Button5: TButton
Left = 8
Top = 392
Width = 201
Height = 25
Caption = 'Rerender all keyframe preview images'
TabOrder = 9
OnClick = Button5Click
end
object CheckBox6: TCheckBox
Left = 168
Top = 38
Width = 17
Height = 17
TabOrder = 10
end
object Edit1: TEdit
Left = 100
Top = 36
Width = 49
Height = 21
TabOrder = 11
Text = '30'
end
object Button6: TButton
Tag = 4
Left = 200
Top = 104
Width = 177
Height = 25
Caption = 'Only to the actual keyframe'
TabOrder = 12
OnClick = Button2Click
end
object CheckBox8: TCheckBox
Left = 208
Top = 149
Width = 153
Height = 17
Alignment = taLeftJustify
Caption = 'All the light + color settings'
TabOrder = 13
end
object Edit4: TEdit
Left = 100
Top = 289
Width = 49
Height = 21
TabOrder = 14
Text = '60'
end
object CheckBox11: TCheckBox
Left = 168
Top = 292
Width = 17
Height = 17
TabOrder = 15
end
object Edit5: TEdit
Left = 100
Top = 315
Width = 49
Height = 21
TabOrder = 16
Text = '1'
end
object CheckBox12: TCheckBox
Left = 168
Top = 318
Width = 17
Height = 17
TabOrder = 17
end
object Edit6: TEdit
Left = 100
Top = 66
Width = 49
Height = 21
TabOrder = 18
Text = '2.0'
end
object CheckBox13: TCheckBox
Left = 168
Top = 68
Width = 17
Height = 17
TabOrder = 19
end
object Button7: TButton
Left = 200
Top = 352
Width = 177
Height = 25
Caption = 'Reverse the order of all keyframes'
TabOrder = 20
OnClick = Button7Click
end
object CheckBox14: TCheckBox
Left = 208
Top = 173
Width = 153
Height = 17
Alignment = taLeftJustify
Caption = 'Actual hard shadow setting'
TabOrder = 21
end
object CheckBox16: TCheckBox
Left = 208
Top = 245
Width = 153
Height = 17
Alignment = taLeftJustify
Caption = 'Actual DOF parameters'
TabOrder = 22
end
object Edit7: TEdit
Left = 100
Top = 140
Width = 49
Height = 21
Hint =
'The distance estimates are downscaled by this factor to avoid ov' +
'erstepping.'#13#10'Reduce the value if overstepping occurs (black pixe' +
'ls, noisy image).'#13#10'Too low values slows the rendering down .'
ParentShowHint = False
ShowHint = True
TabOrder = 23
Text = '0.4'
end
object CheckBox3: TCheckBox
Left = 208
Top = 197
Width = 153
Height = 17
Alignment = taLeftJustify
Caption = 'Actual ambient shadow par.'
TabOrder = 24
end
object CheckBox15: TCheckBox
Left = 168
Top = 251
Width = 17
Height = 17
TabOrder = 25
end
object CheckBox17: TCheckBox
Left = 32
Top = 251
Width = 117
Height = 17
Alignment = taLeftJustify
Caption = 'First step random:'
TabOrder = 26
end
object CheckBox18: TCheckBox
Left = 208
Top = 269
Width = 153
Height = 17
Hint = 'including dFog on its or Vol.light options'
Alignment = taLeftJustify
Caption = 'Actual '#39'Coloring'#39' tab options'
ParentShowHint = False
ShowHint = True
TabOrder = 27
end
object CheckBox19: TCheckBox
Left = 208
Top = 293
Width = 153
Height = 17
Alignment = taLeftJustify
Caption = 'Actual stereo parameters'
TabOrder = 28
end
object CheckBox20: TCheckBox
Left = 208
Top = 317
Width = 153
Height = 17
Alignment = taLeftJustify
Caption = 'Actual camera settings'
TabOrder = 29
end
object CheckBox7: TCheckBox
Left = 168
Top = 171
Width = 17
Height = 17
TabOrder = 30
end
object Edit2: TEdit
Left = 100
Top = 169
Width = 49
Height = 21
Hint =
'The distance estimates are downscaled by this factor to avoid ov' +
'erstepping.'#13#10'Reduce the value if overstepping occurs (black pixe' +
'ls, noisy image).'#13#10'Too low values slows the rendering down .'
ParentShowHint = False
ShowHint = True
TabOrder = 31
Text = '1.0'
end
object CheckBox9: TCheckBox
Left = 208
Top = 221
Width = 153
Height = 17
Alignment = taLeftJustify
Caption = 'Actual reflections settings'
TabOrder = 32
end
object CheckBox10: TCheckBox
Left = 32
Top = 360
Width = 117
Height = 17
Alignment = taLeftJustify
Caption = 'Normals on ZBuffer:'
TabOrder = 33
end
object CheckBox21: TCheckBox
Left = 168
Top = 360
Width = 17
Height = 17
TabOrder = 34
end
object Edit21: TEdit
Left = 100
Top = 197
Width = 30
Height = 21
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 35
Text = '8'
end
object UpDown3: TUpDown
Left = 130
Top = 197
Width = 19
Height = 21
Associate = Edit21
Max = 31
Position = 8
TabOrder = 36
end
object UpDown1: TUpDown
Left = 130
Top = 226
Width = 19
Height = 21
Associate = Edit3
Max = 8
Position = 2
TabOrder = 37
end
object Edit3: TEdit
Left = 100
Top = 226
Width = 30
Height = 21
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 38
Text = '2'
end
end