Skip to main content

Barrels!

For my first project, I was unsure of what to make. I didn't want to start something that might end up being too complex, so I looked online for some inspiration on a simple creation to do for this week. I stumbled upon a picture of a scene with some wooden barrels in it, and they clicked with me once I saw them. "Barrels...yeah, those would be good to make," I said. (Okay, I didn't really say anything, but for my narrative to be compelling let's just say I did). And so, I opened up a new project and started working.

The mesh for this is reasonably simple to construct. You add a cylinder to the scene, enter edit mode, and make a bunch of loop cuts. Loop cuts are a quick way to divide up a mesh into smaller portions. Think of it like slicing something into thinner pieces to work with. Then, you resize the cuts to make the once uniform cylinder into a big, bulbous, barrel. After that, separate rings of faces around the top and bottom of the mesh to make them into the metal hoops of the barrel. Extrude, then smooth, then bevel, et voila. Once the mesh is complete, it's time to put some textures on that baby.


A barrel!

A broken barrel.

For the textures, you could just make some new materials for the hoops and the wood, set a base color, maybe tweak the roughness or metallic sliders, and have a decent barrel, but what's the fun in that? Instead, let's go a step further and make our own custom textures. And not just any image texture, but a procedural one. A procedural texture is one that is created from just math, rather than using an image file. Procedural textures are some of the most fun you can have in Blender. All the magic is made in the node editor, where you connect black boxes to each other until something cool happens.

It would take too long to explain everything to do in the node editor in this short blog post, but I'll give you a quick run-down. Basically, the texture is just a stretched and recolored noise texture. A noise texture is just that, random noise. You take this noise texture--which you can resize, change the detail, phase-shift, etc--and after stretching it vertically, plug it into a color ramp to make it from all rainbow-y to all wood-y. And for a final touch, you can take a wave texture and use that to make a bump/normal map for the wood, which makes it look like there are gaps in between the planks even though there really aren't any!


A decently decent barrel.

Procedural wood!

Nodes, if they interest you.

After making the wood look all pretty, the metal looks too bland now. Let's add some rust. Take a noise texture, and run it through a color ramp again. This time, make it rust-y instead of wood-y. You can reuse this noise texture for everything else in this material, too. Just connect more color ramps and you can make it rougher, bumpier, and more metallic only on the rusty bits. And why not give all the metal a little bumpiness as well to give it more character.

The neat thing about procedural textures is that it's all non-destructive. You can always go back and just tweak settings and it all just works. This entire rust texture is based on a single noise texture node you can modify by moving some sliders. Want a new rust pattern? Just rotate the texture (which is 3D, by the way (you can even get 4D textures!)), resize it, change the detail, or distort it, etc.


Tasty rust.

A noise texture's all you need.

This first project is relatively simple, but it did still challenge me somewhat. I don't have much experience with modeling, and only some experience with procedural textures, so this was a good refresher for my fundamentals.

Final render!





Comments

  1. At first I thought "blender adventure" was going to be about making smoothies! Ha ha. This was an education -- I didn't know anything about this and now I do.

    ReplyDelete

Post a Comment

Popular posts from this blog

Update Post

I haven't done anything recently, so this is an emergency update post. I am cashing in my free week pass to review the posts I've done. The first week I posted my proposal. It was a very excellent proposal, maybe even the best. The second week I posted "Barrels". I did some simple modeling and experimented with Blender's shader nodes. The third week I posted "Robot Arm". I followed a tutorial and modeled a robotic arm. I rigged it up and used some modifiers and constraints. I ended the post by coloring and animating it picking up a ball. The fourth week I posted "Walk Cycle". I tried some new settings in Blender and had a lot of difficulties making a walk cycle. The fifth week I didn't post anything. This post is about 4 days late, so it's a good thing there are no hard deadlines each week. This week, I'm either going to make a post about me sculpting something in Blender, or I might animate something else. Whichever I feel like I c...

Rigging the Head

For my final post, I had to have it uploaded quickly, so I decided to go back to my head sculpt and do some rigging on it. Maybe I could fit in a bit of animation too. To start, I first had to remesh my sculpt. The current head has around 1 million faces, which is way too many for anything other than rendering a still image. Trying to animate with that would make my computer burst into flames. To remesh, I used a program called Instant Meshes. This uses some algorithm to change the mess of a mesh my original head is to one that is 50 times smaller and is made up of a bunch of neat-looking quad faces. If I had done this by hand by making a brand new mesh over the original, it would be called retopologizing instead.  Now that we have a lower poly mesh, we can add some bones to it. However, when I try and pose the bones the head is deforming weirdly. This can all be fixed by changing the weight painting. The weight painting is a representation of how much influence each bone has on th...

Head Sculpt

 This week I decided to use Blenders sculpting tools. I didn't document my process as much as in my other posts, since I was closely following a video tutorial so I could get the gist of what I was doing. However, the general process is: subdivide a cube, shape it into a head-shape, extrude a neck out, mesh for more polygons, dig our eyeholes, add eyeballs, shape a nose, shape a mouth, add ears, then tweak the proportions, add more flesh, and finish the details. Knowing the general anatomy of a human head will greatly help when adjusting the proportions. Sometimes you look at it and it looks creepy and alien until you move the nose a little up and it looks fine again. After multiple hours of smoothing and undoing, here is the final result! Not too shabby if I do say so myself. I have experience sculpting an actual clay head, so the skills transferred over. I'm most proud of how I sculpted the lips, especially the corners. Surprisingly, I had the hardest time with the eyelids, a...