Skip to content

Commit 0c13e3b

Browse files
committed
Fix padding
1 parent 7d4a8e6 commit 0c13e3b

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

content/posts/blender-year-two/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ I recreated my [Hacking Device ](https://gamingrobot.art/artwork/hacking-device)
3434

3535
I was struggling to get my NPR shaders from the Hacking Device render to work well on interior scenes. These were my attempts at doing cutaways as an alternative. I want to revisit this technique later because I really enjoy cutaways.
3636

37-
{{ img(src="hab_02.webp", alt="Cutaway of hab from The Martian") }}
37+
{{ img(src="hab_02.webp", alt="Cutaway of hab from The Martian") }}
3838
{{ img(src="can_fixed.webp", alt="Cutaway of canister full of green goo") }}
3939

4040
## Chroma Corp
4141

4242
These were inspired by some of the [Chroma Corps](https://www.chroma-corps.com/) prompts. The harvesting machine is unfinished, but I like how the shading turned out.
4343

44-
{{ img(src="tree2.webp", alt="3d render of tree roots growing around a green nebula") }}
44+
{{ img(src="tree2.webp", alt="3d render of tree roots growing around a green nebula") }}
4545
{{ img(src="machine12.webp", alt="3d render of a harvesting machine harvesting crystals") }}
4646

4747
## Milling Machine
@@ -55,23 +55,23 @@ This is the Milling Machine I modeled last year combined with the NPR shaders fr
5555

5656
These are shader tests with the NPR shaders I refined when making the milling machine render. I really wanted to see how they worked for materials with normals, interiors, and area lights. As part of these, I modified Malt into my own line art addon, [Cider](https://github.com/gamingrobot/Cider).
5757

58-
{{ img(src="helm_test8.webp", alt="3d render of space helmet") }}
59-
{{ img(src="hallway_volumebloom.webp", alt="3d render of a school hallway" link="https://www.blenderkit.com/get-blenderkit/5efda1d7-3206-4fc0-a533-af19100dccae") }}
58+
{{ img(src="helm_test8.webp", alt="3d render of space helmet") }}
59+
{{ img(src="hallway_volumebloom.webp", alt="3d render of a school hallway" link="https://www.blenderkit.com/get-blenderkit/5efda1d7-3206-4fc0-a533-af19100dccae") }}
6060
{{ img(src="glasses_test.webp", alt="3d render of glasses in a case" link="https://www.blenderkit.com/get-blenderkit/864cabea-9db9-419b-ae37-2556695d2b44") }}
6161

6262
## Holiday Penguin
6363

6464
This was created in the "1 hour challenge" in the [Ctrl+Art+Del Discord](https://discord.com/invite/Vj8ceHJ3Ee).
6565

66-
{{ img(src="penguin03.webp", alt="3d render of a penguin christmas decoration") }}
66+
{{ img(src="penguin03.webp", alt="3d render of a penguin christmas decoration" link="") }}
6767

6868
## Giant Hand
6969

7070
Blockout I started for a large-scale environment.
7171

7272
{{ img(src="hand18.webp", alt="3d blockout for large mech hand in a desert" link="") }}
7373

74-
## Space Shop progress
74+
## Space Shop
7575

7676
More progress on my machine shop render with my NPR shaders and line art.
7777

themes/doingstuff-zola/sass/doingstuff/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ figure {
123123
max-width: 100%;
124124
margin: 0;
125125
padding: 0;
126+
margin-bottom: 1rem;
126127
img {
127128
margin: 0;
128129
}

0 commit comments

Comments
 (0)