-
Notifications
You must be signed in to change notification settings - Fork 4
/
Contributing.html
445 lines (417 loc) · 14.7 KB
/
Contributing.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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>MaterialX - Contributing</title>
<link rel="icon" href="faviconMX.ico" type="image/x-icon" />
<link rel="stylesheet" href="style/rst.css" type="text/css">
<link rel="stylesheet" href="style/default.css" type="text/css">
<link rel="stylesheet" href="style/flavor.css" type="text/css">
<link rel="stylesheet" href="style/renderman-university.css" type="text/css">
<style>
#mainContentContainer {
left: 15px;
margin-left: 255px;
}
ul.creatorFooterNav {
margin-left: 250px;
}
.navigation {
background-color: #272727;
margin-top: 10px;
margin-left: 10px;
}
.footer-Confluence {
text-align: center;
margin-top: 15px;
}
.footer-Confluence hr.footer {
display: block;
margin-left: -10px;
width: 100%;
}
.footer-Confluence img {
margin-bottom: 0;
max-width: none;
}
.copyrightFooter {
font-size: 9px;
margin-top: 25px;
text-align: center;
float: none;
}
.copyrightFooter a {
color: #666666;
}
.copyrightFooter a:hover {
color: #fff;
}
table.warningMacro, table.noteMacro {
margin: 20px 0 20px 0;
}
</style>
</head>
<body>
<div class="navigation">
<br>
<div class="quickLinks">
<div>
<a href="index.html"><img alt="<MaterialX Logo>" src="images/MaterialXLogoSmallA.png"></a>
</div>
<ul>
<li>
<a href="Specification.html">MaterialX Specification</a>
<ul>
<li>
<a href="Specification.html#CurrentSpec">Current Specification</a>
</li>
</ul>
<ul>
<li>
<a href="Specification.html#RevisionHistory">Revision History</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="DeveloperReference.html">Developer Reference</a>
<ul>
<li>
<a href="DeveloperReference.html#DeveloperGuide">Developer Guide</a>
</li>
</ul>
<ul>
<li>
<a href="DeveloperReference.html#ExampleCode">Example Code</a>
</li>
</ul>
<ul>
<li>
<a href="DeveloperReference.html#ExampleFiles">Example MaterialX Files</a>
</li>
</ul>
<ul>
<li>
<a href="DeveloperReference.html#Discussion">Discussion Forum</a>
</li>
</ul>
<ul>
<li>
<a href="DeveloperReference.html#LogoImages">MaterialX Logo Images</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="Tools.html">Rendering and Tools</a>
<ul>
<li>
<a href="Tools.html#ShaderGen">ShaderGen</a>
</li>
</ul>
<ul>
<li>
<a href="Tools.html#Viewer">MaterialX Viewer</a>
</li>
</ul>
<ul>
<li>
<a href="Tools.html#GraphEditor">MaterialX Graph Editor</a>
</li>
</ul>
<ul>
<li>
<a href="Tools.html#WebViewer">MaterialX Web Viewer</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html">Third-Party MaterialX Support</a>
<ul>
<li>
<a href="ThirdPartySupport.html#USD">Pixar USD</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#Houdini">SideFX Houdini</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#Maya">Autodesk Maya</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#Max">Autodesk 3ds Max</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#VRED">Autodesk VRED</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#Apple">Apple VisionOS</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#Unreal">Unreal Engine</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#Omniverse">NVIDIA Omniverse</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#Arnold">Autodesk Arnold</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#RenderMan">Pixar RenderMan</a>
</li>
</ul>
<ul>
<li>
<a href="ThirdPartySupport.html#V-Ray">Chaos V-Ray</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="Contributing.html">Contributing to MaterialX</a>
<ul>
<li>
<a href="Contributing.html#CLA">Contributor License Agreement</a>
</li>
</ul>
<ul>
<li>
<a href="Contributing.html#Contributors">Current Contributors</a>
</li>
</ul>
</li>
</ul>
<ul>
<li>
<a href="https://github.com/AcademySoftwareFoundation/MaterialX/blob/main/LICENSE">License</a>
</li>
</ul>
</div>
</div>
<div class="document">
<h1 class="title">
<span id="title-text">
MaterialX
</span>
</h1>
<div id="mainContentContainer">
<div class="fullWidth headerColor">
<div class="center">
<div id="mainSiteNavigation">
<ul class="creatorMainNav floatRight" id="menu">
<li class="">
<a href="index.html">Home</a>
</li>
<li class="">
<a target="_blank" href="docs/api/index.html">Developer Guide</a>
</li>
<li class="">
<a target="_blank" href="https://github.com/AcademySoftwareFoundation/MaterialX/blob/main/documents/Specification">Specification</a>
</li>
<li class="">
<a class="blueButton" style="font-size:14px" href="https://github.com/AcademySoftwareFoundation/MaterialX">GitHub</a>
</li>
<a class="iconButton" href="https://fosstodon.org/@MaterialX" rel="me" style="float:right">
<img src="images/MastodonLogo.svg" width=20 height=20>
</a>
</ul>
</div>
</div>
</div>
<!-- Page Title ---------------------------------------------------------------------- -->
<div class="clearBoth"></div>
<h1 class="articleContentTitle">Contributing to MaterialX</h1>
<div class="clearBoth"></div>
<hr>
<!-- --------------------------------------------------------------------------------- -->
<div class="clearBoth"></div>
<div class="coursewareBackground">
<div class="topicLeftData-MainData">
<!-- Page Content -------------------------------------------------------------------- -->
<h2 id="CLA"><strong>Contributor License Agreement</strong></h2>
<p>
To contribute to MaterialX, you must sign a Contributor License Agreement through the <i>EasyCLA</i> system, which is integrated with GitHub as a pull request check.
</p>
<br>
<p>
Prior to submitting a pull request, you can sign the form through <a href="https://contributor.easycla.lfx.linuxfoundation.org/#/cla/project/68fa91fe-51fe-41ac-a21d-e0a0bf688a53/user/564e571e-12d7-4857-abd4-898939accdd7">this link</a>. If you submit a pull request before the form is signed, the EasyCLA check will fail with a red <i>NOT COVERED</i> message, and you'll have another opportunity to sign the form through the provided link.
</p>
<ul>
<li>If you are an individual writing the code on your own time and you're sure you are the sole owner of any intellectual property you contribute, you can sign the CLA as an Individual Contributor.</li>
<li>If you are writing the code as part of your job, or if your employer retains ownership to intellectual property you create, then your company's legal affairs representatives should sign a Corporate Contributor License Agreement. If your company already has a signed CCLA on file, ask your local CLA manager to add you to your company's approved list.</li>
</ul>
<p>
The MaterialX CLAs are the standard forms used by Linux Foundation projects and <a href="https://github.com/AcademySoftwareFoundation/tac/blob/main/process/contributing.md#contributor-license-agreement-cla">recommended by the ASWF TAC</a>.
</p>
<br>
<h2 id="Contributors"><strong>MaterialX Authors, Developers and Contributors</strong></h2>
<p>
The MaterialX project originated at Lucasfilm in 2012, and was developed as a collaboration between
<a href="http://www.ilm.com/">Industrial Light & Magic</a> and the
<a href="http://www.ilmxlab.com/">Lucasfilm Advanced Development Group</a>, with contributions from
<a href="https://www.autodesk.com/">Autodesk</a>,
<a href="https://www.pixar.com/">Pixar</a>,
<a href="https://www.foundry.com/">The Foundry</a>, and the
<a href="https://github.com/imageworks/OpenShadingLanguage/">Open Shading Language</a> team.
</p>
<h3>MaterialX Specification:</h3>
<ul>
<li><strong>Doug Smythe</strong> - Industrial Light & Magic</li>
<li><strong>Jonathan Stone</strong> - Lucasfilm Advanced Development Group</li>
</ul>
<h3>Lead Developer:</h3>
<ul>
<li><strong>Jonathan Stone</strong> - Lucasfilm Advanced Development Group</li>
</ul>
<h3>Additional Developers:</h3>
<ul>
<li style="font-size:15px"><strong>Autodesk:</strong></li>
<ul>
<li><strong>Niklas Harrysson</strong></li>
<li><strong>Bernard Kwok</strong></li>
<li><strong>Ashwin Bhat</strong></li>
<li><strong>Jonathan Feldstein</strong></li>
</ul>
<li style="font-size:15px"><strong>Adobe:</strong></li>
<ul>
<li><strong>David Larsson</strong></li>
</ul>
<li style="font-size:15px"><strong>Nvidia:</strong></li>
<ul>
<li><strong>Lutz Kettner</strong></li>
<li><strong>Jan Jordan</strong></li>
</ul>
<li style="font-size:15px"><strong>Lucasfilm:</strong></li>
<ul>
<li><strong>Madeleine Yip</strong></li>
<li><strong>Will Muto</strong></li>
<li><strong>David Bullock</strong></li>
<li><strong>Andrew Meshekoff</strong></li>
<li><strong>Masuo Suzuki</strong></li>
</ul>
<li style="font-size:15px"><strong>Open Shading Language</strong></li>
<ul>
<li><strong>Larry Gritz</strong></li>
<li><strong>Derek Haase</strong></li>
<li><strong>Adam Martinez</strong></li>
</ul>
</ul>
<h3>Additional Contributions:</h3>
<br>
<style type="text/css">
.creditsClass {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
margin: 0;
}
</style>
<div id="ContributorBlock" class="creditsClass">
<style type="text/css">
p {
margin: 0 !important;
}
</style>
<p>Eric Bourque</p>
<p>Alister Chowdhury</p>
<p>Dieter De Baets</p>
<p>Haarm-Pieter Duiker</p>
<p>Laura Evangelista</p>
<p>Adam Ferrall-Nunge</p>
<p>Sebastian Grassia</p>
<p>Jack Greasley</p>
<p>Ben Grimes</p>
<p>Örn Gunnarsson</p>
<p>Naty Hoffman</p>
<p>Malcolm Humphreys</p>
<p>Yoon Bae Kim</p>
<p>Matt Koehler</p>
<p>Matthew Lausch</p>
<p>Anders Lindqvist</p>
<p>Karen Lucknavalai</p>
<p>Olivier Maury</p>
<p>Andre Mazzone</p>
<p>Nikola Milosevic</p>
<p>Robert Molholm</p>
<p>Bekah Noulles</p>
<p>Tauni Oxborrow</p>
<p>Davide Pesare</p>
<p>Nick Porcino</p>
<p>Indy Ray</p>
<p>Kai Rohmer</p>
<p>Rachel Rose</p>
<p>Brian Savery</p>
<p>Chris Schoeneman</p>
<p>Matthias Sharfenberg</p>
<p>Kirk Shimano</p>
<p>Kevin Wooley</p>
</div>
<h3>Special Thanks To:</h3>
<br>
<div id="ContributorBlock" class="creditsClass">
<style type="text/css">
p {
margin: 0 !important;
}
</style>
<p>Rob Bredow</p>
<p>David Brickhill</p>
<p>Francois Chardavoine</p>
<p>Roger Cordes</p>
<p>John Gaeta</p>
<p>Andrew Grant</p>
<p>Ed Hanway</p>
<p>Polly Ing</p>
<p>Hilmar Koch</p>
<p>Hayden Landis</p>
<p>Kim Libreri</p>
<p>Guido Quaroni</p>
</div>
<!-- --------------------------------------------------------------------------------- -->
</div>
</div>
</div>
<div class="clearBoth"></div>
<div class="center">
<br>
</div>
<div class="clearBoth"></div>
<div class="center">
<div class="copyrightFooter">
<p>
<a href="" style="color: #666666">TERMS OF USE</a>
<a href="" style="color: #666666">PRIVACY POLICY</a>
<a href="" style="color: #666666">LEGAL NOTICES</a>
<a href="" style="color: #666666">CHILDREN’S ONLINE PRIVACY POLICY</a>
<a href="" style="color: #666666">YOUR CALIFORNIA PRIVACY POLICY</a>
</div>
</div>
</div>
</body>
</html>