-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEstimateRenderTime.pd
96 lines (96 loc) · 2.65 KB
/
EstimateRenderTime.pd
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
#N canvas 564 377 363 356 10;
#X floatatom 116 108 5 1 99999 0 - - -;
#X floatatom 180 146 5 1 1000 0 - - -;
#X floatatom 214 253 5 0 0 0 - - -;
#X text 114 90 TOTAL FRAMES;
#X floatatom 105 253 5 0 0 0 - - -;
#X floatatom 159 253 5 0 0 0 - - -;
#X floatatom 243 173 5 1 1000 0 - - -;
#X text 242 156 RENDER NODES;
#N canvas 181 351 400 418 RenderTimeMath 0;
#X floatatom 97 92 5 1 99999 0 - - -;
#X floatatom 178 108 5 1 1000 0 - - -;
#X obj 107 233 div 60;
#X obj 174 233 mod 60;
#X floatatom 225 305 5 0 0 0 - - -;
#X obj 107 155 *;
#X obj 118 122 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X text 232 322 Minutes;
#X obj 60 262 div 24;
#X obj 138 263 mod 24;
#X floatatom 60 305 5 0 0 0 - - -;
#X floatatom 138 305 5 0 0 0 - - -;
#X text 67 321 Days;
#X text 146 322 Hours;
#X floatatom 265 145 5 1 1000 0 - - -;
#X obj 240 145 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 107 194 div;
#X text 264 101 RENDER NODES;
#X obj 97 65 inlet;
#X obj 178 82 inlet;
#X obj 265 119 inlet;
#X obj 60 361 outlet;
#X obj 138 361 outlet;
#X obj 225 361 outlet;
#X text 96 45 FRAMES;
#X text 95 34 TOTAL;
#X text 177 52 AVERAGE RENDER TIME;
#X text 177 64 PER FRAME (MINUTES);
#X connect 0 0 5 0;
#X connect 1 0 5 1;
#X connect 1 0 6 0;
#X connect 2 0 8 0;
#X connect 2 0 9 0;
#X connect 3 0 4 0;
#X connect 4 0 23 0;
#X connect 5 0 16 0;
#X connect 6 0 5 0;
#X connect 8 0 10 0;
#X connect 9 0 11 0;
#X connect 10 0 21 0;
#X connect 11 0 22 0;
#X connect 14 0 15 0;
#X connect 14 0 16 1;
#X connect 15 0 16 0;
#X connect 16 0 2 0;
#X connect 16 0 3 0;
#X connect 18 0 0 0;
#X connect 19 0 1 0;
#X connect 20 0 14 0;
#X restore 110 202 pd RenderTimeMath;
#X text 179 117 AVERAGE RENDER TIME;
#X text 179 129 PER FRAME (MINUTES);
#X obj 64 108 bng 30 250 50 0 empty empty empty 17 7 0 10 -228856 -1
-1;
#X text 63 90 +1000;
#N canvas 239 403 365 335 add1000 0;
#X obj 117 171 f;
#X obj 153 171 + 1000;
#X obj 117 92 inlet;
#X obj 117 210 outlet;
#X obj 147 121 loadbang;
#X text 110 73 ADD 1000;
#X text 104 229 TOTAL FRAMES;
#X connect 0 0 1 0;
#X connect 0 0 3 0;
#X connect 1 0 0 1;
#X connect 2 0 0 0;
#X connect 4 0 0 0;
#X restore 80 146 pd add1000;
#X text 124 335 thefulldomeblog.com;
#X text 104 270 DAYS;
#X text 158 270 HOURS;
#X text 213 270 MINUTES;
#X text 46 297 === ESTIMATE TIME UNTIL RENDER COMPLETE ===;
#X text 67 44 --------------------------------------;
#X text 79 31 Estimate Job Render Time on a Farm;
#X connect 0 0 8 0;
#X connect 1 0 8 1;
#X connect 6 0 8 2;
#X connect 8 0 4 0;
#X connect 8 1 5 0;
#X connect 8 2 2 0;
#X connect 11 0 13 0;
#X connect 13 0 0 0;