-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
281 lines (254 loc) · 10.1 KB
/
index.html
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
<!DOCTYPE html>
<!-- INDEX_MARKER needed to recognize that server has not found some page, as it always returning index.html -->
<html>
<head>
<meta charset="UTF-8">
<title>CGRU</title>
<link type="text/css" rel="stylesheet" href="/styles.css">
<script type="text/javascript" src="/data_show.js"></script>
<script type="text/javascript" src="/data_studio_logos.js"></script>
<script type="text/javascript" src="/data_software_icons.js"></script>
<script type="text/javascript" src="/script.js"></script>
<script type="text/javascript">
if( document.location.host.indexOf('cgru.info') != -1 )
{
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36528898-2', 'auto');
ga('send', 'pageview');
}
</script>
<meta name="title" content="CGRU - Afanasy - Rules"/>
<meta name="description" content="CG Tools, Afanasy - Free Open Source Render Farm Manager, Rules - Project Tracker." />
<meta name="keywords" content="CG, CGRU, Afanasy, Rules, Houdini, Maya, Nuke, RenderMan, Mantra, Arnold, RedShift, Max, Cinema4D, Adobe After Effects, prman, animation, rendering, render, farm, manager, free, open source, 3D, 2D" />
<meta property="og:url" content="https://cgru.info/"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="CGRU - Afanasy - Rules"/>
<meta property="og:image" content="https://cgru.info/afanasy_logo.png"/>
<meta name="og:image" content="https://cgru.info/afanasy_logo.png"/>
</head>
<body id="docbody" onload="g_Init()">
<div id="framecontent">
<div id="show_left" style="position: absolute;"></div>
<div id="show_right" style="position: absolute;"></div>
<div id="content">
<div style="opacity:.7">
<div style="float:left;">
<img src="/images/site_logo.png">
</div>
<div style="color: #222222; font-size:16px; font-weight:bold; padding:20px;">
Free And Open Source CG Tools Pack.
Includes Afanasy render farm manager, Rules project tracker and tools around it.
</div>
</div>
<div style="padding:20px;">
<div style="position:relative;width:100%;height:100px;overflow-x:auto;">
<img width="200px" style="position:absolute;left:10px;top:0px;" class="forontop"
img="/images/home/afwatch_jobs.png"
src="/images/home/afwatch_jobs.png.jpg">
<img width="200px" style="position:absolute;left:220px;top:0px;" class="forontop"
img="/images/home/afwatch_farm.png"
src="/images/home/afwatch_farm.png.jpg">
<img width="200px" style="position:absolute;left:430px;top:0px;" class="forontop"
img="/images/home/stat_projects.png"
src="/images/home/stat_projects.png.jpg">
<img width="200px" style="position:absolute;left:640px;top:0px;" class="forontop"
img="/images/home/webgui_jobs.png"
src="/images/home/webgui_jobs.png.jpg">
<img width="200px" style="position:absolute;left:850px;top:0px;" class="forontop"
img="/images/home/rules_scene.png"
src="/images/home/rules_scene.png.jpg">
</div>
</div>
<h1>AFANASY Render Farm Manager</h1>
<h2>Key Features:</h2>
<ul style="left: 500px;/*border:1px solid #000*/">
<li><p>
<b>Flexible</b><br>
JSON protocol, Python API.
</p></li>
<li><p>
<b>Pools&Tickets</b><br>
Describe what different machines can do and how much.
</p></li>
<li><p>
<b>Machines Resources Monitoring</b><br>
CPU (System, User), GPU, RAM, HDD, SWAP, I/O, Net and <i>Custom (Python)</i>.
</p></li>
<li><p>
<b>Generic</b><br>
Can do anything that can be described via commands.
</p></li>
<li><p>
<b>Sub-Task Dependence</b><br>
Simulation first calculated frames can start to render,
while the entire simulation calculation is not finished.
</p></li>
<li><p>
<b>Statistics</b><br>
SQL database and a ready Web GUI (PHP) to browse it.
</p></li>
<li><p>
<b>Multi-Task Hosts</b><br>
One host can run several tasks.
</p></li>
<li><p>
<b>Multi-Host Tasks</b><br>
One task can run on several hosts (master service and slaves).
</p></li>
<li><p>
<b>Software Licenses Limits</b>.
</p></li>
<li><p>
Dependences, Priorities, Services, Parsers, Wake-On-LAN, Mixed-Os, Qt GUI, Web GUI, CLI, Nimby (automatic and schedule).
</p></li>
</ul>
<h2>Software Integration:</h2>
<img style="float:right"
img="/images/screenshots/houdini_pdg_cooking.gif"
src="/images/screenshots/houdini_pdg_cooking.gif"
alt="pdg_cooking" width="40%" class="forontop"/>
<ul>
<li><b>3ds Max</b> | Autodesk</li>
<li><b>After Effects</b> | Adobe</li>
<li><b>Blender</b></li>
<li><b>Cinema 4D</b> | Maxon</li>
<li><b>Clarisse iFX</b> | Isotropix</li>
<li><b>Fusion</b> | Blackmagic</li>
<li><b>Houdini</b> | SideFX
<ul>
<li>Alembic</li>
<li>Arnold</li>
<li><i><b>Distributed simulations</b> (htracker)</i></li>
<li>Mantra</li>
<li><i>Parsing ROP network for a complex job with dependences</i></li>
<li>RenderMan</li>
<li>Redshift</li>
<li><i><b>Sub-task Frame Dependence</b>.
First simulated frames can be started to render, while the entire simulation is not finished.
</i></li>
<li><i>Top Scheduler</i></li>
<li><i>Wedges</i></li>
</ul>
</li>
<li><b>Maya</b> | Autodesk
<ul>
<li>3Delight</li>
<li>Arnold</li>
<li>Mental Ray</li>
<li>Redshift</li>
<li>VRay</li>
</ul>
</li>
<li><b>Natron</b>
<ul>
<li>Render several precomps with dependencies as one job.</li>
</ul>
</li>
<li><b>Nuke</b> | The Foundry
<ul>
<li>Render several precomps with dependencies as one job.</li>
</ul>
</li>
<li><b>Softimage</b> | Autodesk</li>
</ul>
<h2>RULES</h2>
WEB engine to view/modify folders structure, designed for CG projects tracking.
<ul>
<li>Comment scenes, shots, folders.</li>
<li>Edit shots (folders) statuses, progresses, artists and tags.</li>
<li>Subscribe channels (folders), receive news on changes.</li>
<li>View images sequences, draw annotations.</li>
<li>Create, view and comment dailies.</li>
<li>Setup users, groups, permissions.</li>
<li>Convert multiply movies or sequences to other movies or sequences via Afanasy.</li>
<li>Create/extract archives and put files on FTP via Afanasy.</li>
<li>You can try it online.</li>
</ul>
<h1 id="services">What is Afanasy used for <a class="anchor" href="#services">🔗</a></h1>
Here is an automatically generated content of a folder that contains icons.
This icons were created and shared by Afanasy users (contributors).
Icon helps to identify different services (tasks types) in GUIs.
This is not a full list, and it can't be full.
Many users create services and icons for just in-house purposes, not for sharing with others.
<div id="software_icons"></div>
As you see, render manager is used for different maintenance tools,
such as creating archives, encode/decode movies, upload/copy files.
Also this does not mean that CGRU out-of-the-box has tools to create all this jobs.
Such tools are usually in-house, specific for each studio needs.
<h1>Who is using Afanasy <a class="anchor" href="#studios">🔗</a></h1>
This is a studio logos that uses Afanasy.
This list can't be full as the project is open-source and there is no clients base.
Also some studios do not want or can't say what software they are using.
This list is automatically generated reading logos folder in alphabetical order.
<br><br>
<div id="studios"></div>
<h1 id="donate">Donate<a class="anchor" href="#donate">🔗</a></h1>
<!--iframe src="https://funding.wmtransfer.com/widgets/horizontal/847744f9-9002-4ef9-94f4-9d02f8c7533f?hs=1&bt=0&sum=5" width="468" height="200" scrolling="no" style="border:none;"></iframe-->
<div id="donates">
<!--div>
<a href="https://www.paypal.com/paypalme/timurhai" target="_blank">
<img src="/images/donate/paypal.png" alt="PayPal"/>
</a>
</div-->
<!--div>
<a href="https://www.patreon.com/timurhai" target="_blank">
<img src="/images/donate/patreon.png" alt="Patreon"/>
</a>
</div-->
<div>
<a href="https://sobe.ru/na/o2B2k1B040b1" target="_blank">
<img src="/images/donate/yoomoney.png" alt="YooMoney"/>
</a>
</div>
</div>
<br><br>
</div>
<div id="ontop"></div>
</div>
<div id="header">
<a class="navig" target="_blank" href="https://cgru.readthedocs.io">DOCUMENTATION</a>
<a class="navig" target="_blank" href="https://cgru.readthedocs.io/en/latest/downloads/downloads.html">Down­loads</a>
<a class="navig" target="_blank" href="https://forum.cgru.info">FORUM</a>
<a class="navig" target="_blank" href="https://cgru.readthedocs.io/en/latest/about/about.html">About</a>
<a class="navig" target="_blank" href="https://cgru.readthedocs.io/en/latest/contacts/contacts.html">Cont­acts</a>
<a class="navig" href="#donate">Donate</a>
</div>
<div id="footer">
<a href="https://cgru.readthedocs.io" target="_blank">
<img src="/images/readthedocs.png" alt="ReadTheDocs"/>
</a>
<a href="https://github.com/CGRU/cgru" target="_blank">
<img src="/images/github.png" alt="GitHub"/>
</a>
<a href="https://sourceforge.net/projects/cgru" target="_blank" id="sflogo">
<img src="/images/sourceforge.png" alt="SourceForge"/>
</a>
<!--a href="https://www.linkedin.com/groups/CGRU-AFANASY-4263049" target="_blank">
<img src="/images/linkedin.png" border="0" alt="linkedin"/>
</a-->
<!--a href="http://libregraphicsworld.org/tag/cgru" target="_blank">
<img src="/images/libregraphicsworld.png" alt="LibreGraphicsWorld" border="0"/>
</a-->
<div style="width: 10%">
<a href="/doc/cgru_rss_feed.xml"><img src="/images/rss.png" border="0" alt="RSS"/></a>
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone"></div>
<!-- Place this tag after the last +1 button tag. -->
<!--script type="text/javascript">
(function() {
if( document.location.host.indexOf('cgru.info') != -1 )
{var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
}})();
</script-->
</div>
<div style="width: 10%">
<b><a href="https://cgru.readthedocs.io/en/latest/changes_log/changes_log.html" target="_blank">3.3.1</a></b>
</div>
</div>
</body>
</html>