-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathresources.html
72 lines (65 loc) · 3.96 KB
/
resources.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
---
title: Gaffer | Resources
---
{% include header.html %}
{% include intro.html title="Resources" image="https://image-engine.com/wp-content/uploads/2016/07/JP4RaptorCloseup.jpg" style="background-position: center 5%;" %} <!-- Jurassic World raptors-->
<!--GafferHQ Section-->
<section id="official" class="wow fadeIn pt-60">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h3><i class="fab fa-google-plus-square"></i> Mailing List</h3>
<p class="lead">The <a href="https://groups.google.com/g/gaffer-dev">gaffer-dev</a> mailing list is home to development discussions, feature requests, and is a great place to ask questions of the development team and wider user-base. Its archives contain a wealth of questions, answers, and examples accumulated over the years.</p>
<h3><i class="fab fa-github-square"></i> GitHub Discussions</h3>
<p class="lead">Each Gaffer release is posted as a thread on <a href="https://github.com/GafferHQ/gaffer/discussions">GitHub Discussions</a>. We also encourage questions and general discussion there.</p>
<h3><i class="fab fa-vimeo-square"></i> Vimeo</h3>
<p class="lead">Presentations, examples, and demonstrations can be found at the <a href="https://vimeo.com/gafferhq">GafferHQ Vimeo</a>.</p>
</div>
</div>
</div>
</section>
<!-- End GafferHQ Section-->
<!--Community Section-->
<section id="community" class="wow fadeIn">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 class="text-center landing">Community Groups</h2>
<h3><i class="fab fa-discord"></i> Discord</h3>
<p class="lead"><a href="https://discord.gg/sEm8dDw">Gaffer Users</a> is a community-run Discord server.</p>
<h3><i class="fas fa-user-friends"></i> Forums</h3>
<p class="lead">WSL hosts a <a href="https://www.steakunderwater.com/wesuckless/viewforum.php?f=55">Gaffer Forum</a> as part of its Open Source VFX community.</p>
</div>
</div>
</div>
</section>
<!-- End Community Section-->
<!--Examples Section-->
<section id="examples" class="wow fadeIn">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 class="text-center landing">Examples</h2>
<h3><i class="fas fa-file"></i> Production Templates</h3>
<p class="lead"><a href="https://github.com/ezequielmastrasso/gaffer-examples">Gaffer Examples</a> is a collection of shot and asset templates created by <a href="https://ezequielm.com/">Ezequiel Mastrasso</a>.</p>
</div>
</div>
</div>
</section>
<!-- End Examples Section-->
<!--Extensions Section-->
<section id="extensions" class="wow fadeIn pb-60">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 class="text-center landing">Extensions</h2>
<h3><i class="fas fa-cog"></i> Deadline Dispatcher</h3>
<p class="lead"><a href="https://github.com/hypothetical-inc/GafferDeadline">GafferDeadline</a> is a <a href="https://awsthinkbox.com/deadline">Deadline</a> dispatcher created by <a href="https://github.com/ericmehl">Eric Mehl</a>, allowing Gaffer task networks to be dispatched and rendered on a Deadline managed render farm.</p>
<h3><i class="fas fa-cog"></i> ShotGrid Integration</h3>
<p class="lead"><a href="https://github.com/diegogarciahuerta/tk-gaffer">TK-Gaffer</a> is a <a href="https://shotgridsoftware.com/">ShotGrid</a> integration created by <a href="https://github.com/diegogarciahuerta">Diego Garcia Huerta</a>, with support for file management, asset loading, publishing, and more.</p>
</div>
</div>
</div>
</section>
<!-- End Extensions Section-->
{% include footer.html %}