-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
333 lines (239 loc) · 10.4 KB
/
index.html
File metadata and controls
333 lines (239 loc) · 10.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blender Guide</title>
<style>
/* Base colors from GitHub Dark */
:root {
--color-bg: #0d1117;
--color-fg: #c9d1d9;
--color-muted: #8b949e;
--color-link: #58a6ff;
--color-border: #30363d;
}
body {
margin: 0;
padding: 2rem;
background-color: var(--color-bg);
color: var(--color-fg);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.6;
display: flex;
justify-content: center;
}
article {
max-width: 800px;
width: 100%;
}
a { color: var(--color-link); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { margin-top: 1.5em; margin-bottom: 0.5em; font-weight: 600; line-height: 1.25; }
h3 { font-weight: 500; font-style: italic; }
p { margin: 0.5em 0 1em; }
ul { margin: 0 0 1em 1.25rem; }
pre, code {
background-color: #161b22;
border-radius: 6px;
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
code { padding: 0.2em 0.4em; font-size: 85%; }
pre { padding: 1em; overflow: auto; margin-bottom: 1em; }
blockquote {
margin: 0; padding-left: 1em;
border-left: 0.25em solid var(--color-border);
color: var(--color-muted);
}
img { max-width: 100%; border-radius: 6px; margin: 0.75em 0; }
/* Video styling */
.video-container {
margin: 1em 0;
background-color: #161b22;
padding: 0.5em;
border-radius: 6px;
}
video {
width: 100%;
height: auto;
border: 1px solid var(--color-border);
border-radius: 4px;
cursor: pointer;
}
/* Inline-capable boxes */
.box {
display: inline-grid; /* instead of grid */
vertical-align: middle; /* sit inline with text */
border: 1px solid var(--color-border);
width: fit-content;
margin: 0 0.5em;
margin-top: -1.5rem;
font-size: .6rem;
}
.box > div {
border: 1px solid var(--color-border);
display: flex;
align-items: center;
justify-content: center;
padding: 4px 8px;
white-space: nowrap;
}
/* 2×2 grid */
.layout-grid2x2 {
grid-template-columns: auto auto;
grid-template-rows: auto auto;
}
</style>
</head>
<body>
<article>
<h1>Blender Guide</h1>
<p>Simple beginners guide</p>
<h2>Top</h2>
<p>Topbar and Workspaces</p>
<img src="images/blendertop.png" alt="Blender Topbar and Workspaces" />
<h2>Areas & Editors</h2>
<h3>Areas are areas... where you can view <em>Editors</em> such as the <em>3D Viewport</em> or the <em>Timeline</em></h3>
<img src="images/areas.png" alt="Blender Areas" />
<span class="box layout-grid2x2">
<div>3D Viewport</div><div>Outliner</div>
<div>Timeline</div><div>Properties</div></span>
<h3>Find all the Editors by pressing the icon on the top left of the Area</h3>
<img src="images/areas2.png" alt="Blender Editors Icon" />
<h2>You can move them around, duplicate and delete.</h2>
<p>You can even save your new layout in the <a href="#Top">Workspaces</a>, but that comes later.</p>
<div class="video-container"><video controls>
<source src="images/blendergif.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport(s)</div><div>Outliner</div>
<div>Timeline*</div><div>Properties</div></span>
<h2>Move the camera around (Middle Mouse / Shift+Middle Mouse)</h2>
<img src="images/pan.gif" alt="gif" />
<span class="box layout-grid2x2">
<div>3D Viewport</div></span>
<h2>Move (G), Scale (S) and Rotate (R)</h2>
<h3>Press it once, don't hold it.</h3>
<p>Tip: Then press X, Y, or Z to lock the change to a certain axis.</p>
<div class="video-container"><video controls>
<source src="images/movescale.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div></span>
<h3>Remember: Undo: Ctrl+Z. Redo: Ctrl+Shift+Z</h3>
<h1>TIP:</h1>
<h3>You can't move things closer or further away, so view them from the side first</h3>
<p>Also try the colorful viewport axis</p>
<div class="video-container"><video controls>
<source src="images/moving.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div></span>
<h2>Adding Objects (Shift+A)</h2>
<div class="video-container"><video controls>
<source src="images/adding.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div></span>
<h1>TIP:</h1>
<h3>Can't find something? Try scrolling</h3>
<img src="images/scroll.gif" alt="gif" />
<span class="box layout-grid2x2">
<div>3D Viewport</div><div>Outliner</div>
<div>Timeline</div><div>Properties</div></span>
<h1>Properties!!!</h1>
<h3>COLORS COLORS COLORS</h3>
<h3>Define your scene, camera and objects</h3>
<p>The camera is the framing of your final image</p>
<p></p>
<h3>Notice that when you select different objects, different options appear in the "Properties"</h3>
<div class="video-container"><video controls>
<source src="images/properties.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div><div>Properties</div>
<div>Outliner</div><div></div></span>
<h1>Exercise: Make a scene with 2 objects and a light nearby</h1>
<h3>Notice the Usefulness of the 3D Viewport's "Transform" Sidebar</h3>
<p>Try rotating (R) an object along the (Z) axis</p>
<div class="video-container"><video controls>
<source src="images/checkpoint1.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div><div>Outliner</div>
<div></div><div>Properties</div></span>
<h1>Viewport Shading and Rendering</h1>
<h3></h3>
<p>In the top right of the 3D Viewport you have the option to change the method of displaying your scenes. The default is "Solid", there's also "Wireframe", and "Rendered" which will be the preview of your final image.</p>
<img src="images/viewshade.png" alt="" />
<span class="box layout-grid2x2">
<div>3D Viewport</div></span>
<h3>EEVEE or Cycles? which Render Engine should you use?</h3>
<img src="images/evecy.png" alt="" />
<span class="box layout-grid2x2">
<div>Properties</div></span>
<p>They dictate your final image, so you can view them in the "Rendered" Viewport Shading.</p>
<h3>Cycles brings photorealism out-of-the-box, glass behaves like glass, etc. The only downside is it's very computationally heavy. So I like to make it easier on my PC by drastically reducing the 'Max Samples' in my Viewport</h3>
<div class="video-container"><video controls>
<source src="images/render.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div><div>Properties</div></span>
<p>After Hitting Render (F12) in the Topbar, pay attention to the time remaining, it could be seconds or hours, to make it faster you can decrease the 'Max Samples' for the Render, or reduce the resolution in the Output button right under the Render button</p>
<p>FYI: "Rendering Animation" by default won't make a video, each frame will be an image.
<h3>How Cycles works: more or less</h3>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/frLwRLS_ZR0?start=45"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
</iframe>
</div>
<h1>Anyways</h1>
<h3>Here's a long video from start to render</h3>
<div class="video-container"><video controls>
<source src="images/long.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div><div>Outliner</div>
<div></div><div>Properties</div></span>
<h2>Blender-Themes:</h2>
<p><a href="https://github.com/kame404/blender-themes?tab=readme-ov-file#blender-themes"
target="_blank"
rel="noopener noreferrer">View Themes</a></p>
<img src="https://user-images.githubusercontent.com/54836559/219700576-83a770c2-bb43-4eea-b6cf-a76db62c09b5.png" alt="" />
<h2>Modes of the 3D Viewport</h2>
<h3>In Object Mode, you select whole objects.<br>And in Edit Mode you can select by vertices, edges or faces</h3>
<h2>Switch Modes (TAB) and Select All (A)</h2>
<p>TAB is a shortcut for switching between your current mode (Object Mode by default) and Edit Mode.</p>
<p>Tip: Make sure to firstly pick the object(s) in Object Mode that you want to work on in Edit Mode</p>
<div class="video-container"><video controls>
<source src="images/tabandshifta.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div></span>
<h2>Edit mode</h2>
<p>Tip: Make sure to firstly pick the object(s) in Object Mode that you want to work on in Edit Mode</p>
<img src="images/editmode.gif" alt="Edit Mode gif" />
<span class="box layout-grid2x2">
<div>3D Viewport</div></span>
<h1>the end</h1>
<h1>the end</h1>
<h1>the end</h1>
<h1>the end</h1>
<h1>the end</h1>
<h2>The Camera</h2>
<p>This is how the framing of your final render will look like</p>
<div class="video-container"><video controls>
<source src="images/camera.mp4" type="video/mp4" />error</video></div>
<span class="box layout-grid2x2">
<div>3D Viewport</div><div>Outliner</div>
<div></div><div>Properties</div></span>
<h2>Useful things</h2>
<div class="video-container"><video controls>
<source src="images/useful.mp4" type="video/mp4" />error</video></div>
<h2>More info:</h2>
<p>
<a href="https://docs.blender.org/manual/en/latest/index.html"
target="_blank"
rel="noopener noreferrer">
Blender documentation
</a>
</p>
<h1>the end</h1>
</article>
</body>
</html>