Just some notes I made while following along with this now-famous blender donut tutorial. I’ll be making additional notes for each of the videos in the series!
- Notes below correspond to this YouTube video
- You can download a PDF copy of this post here
- You can download the associated “.blend” file here. This file is the result of my work after following along with the steps in the YouTube video.
Hiding Modifiers Link to heading
We want to hide the solidify modifier we added to the icing, so that it doesn’t cover up our mesh while we’re in edit mode (otherwise, it’s quite hard to edit the mesh since we can’t select it).
With solidify turned on in the viewport, edit mode for our icing looks like this:
With solidify turned off in the viewport, we see this (much better!):
Snapping Our Icing To The Face Of The Donut Link to heading
We now want to give our icing some “dribbly bits” that droop down the donut (like real icing tends to do as it cools). From edit mode, if we grab a vertex on the icing mesh and simply drag it down (with proportional editing turned on), the rest of the mesh will tend to end up “inside” the donut, like this:
You can fix this using the “Snap” tool at the top of the viewport. Make sure you select “Snap to Face” and “Project Individual Elements”, as shown here:
Dragging the mesh now keeps the icing snapped to the surface of the donut:
Note: The option “Project Individual Elements” in the snap tool is actually what causes all of our selection to snap to the surface of the donut, rather than just the single vertex we selected.
Adding A Reference Image Link to heading
It’s always a good idea to “work from reference”, so go find a donut that you like.
In my case, I am using a freely available image from the Wikimedia Commons. Here’s a link to that image. I reproduce it here as well:
We can pull this image into Blender for use as a reference. We can do this by “splitting” the viewport.
First, place your cursor on the border between two windows in the viewport:
Then choose “Vertical Split”:
Drag the new window into place, until it is as wide (or narrow) as you feel is appropriate:
Now, we switch the new window to “Image Editor”, and pull in our donut:
Note: Images pulled into blender in this way do not become part of your
.blend
file, so if you move the image, you’ll have to re-import it!
Shape The Icing Link to heading
Now we can start shaping the icing to match our reference image. Before we do this, we want to apply our “Subsurface” modifier to the icing to increase the level of detail in the grid. Do this by moving “Subsurface” to the top of the modifiers list and hitting “Control + A” (or “Command + A” on a Mac) to apply it. In edit mode, the icing mesh should now appear to have more faces than before:
Tip: From time to time you might want to hide stuff. You can do this by selecting an object and hitting “H”. “Control + H” will un-hide.
We can now shape the icing by grabbing and dragging. We can also make small “drippy” bits by selecting one two or more vertices and hitting “E” to extrude:
You can rotate and scale the extruded sections with the usual “R” and “S”.
Here, I do my best to get my donut to match the reference image a bit better (I actually deleted my icing and started over with a “smaller” icing, created by selecting a smaller section at the top of my donut, to better match my reference):
I now have a nice “bumpy” donut that is a rough match to my reference image. Some parts of the icing don’t seem to be properly “shaped” to the surface of the donut, though. We’ll fix that in the next step.
Changing The Shape Of The Donut Link to heading
You’ll notice that a lot of donuts have a section near their middle that is “less cooked” than the rest of the donut. This part has a lighter color, and usually forms a sort of “indent” around the center of the donut.
Hitting “1” to go into front view, turning on X-ray mode, and then selecting the middle portion of the donut mesh and hitting “S” will let you scale the mesh in to create this effect.
Note: Screenshots below were taken without this modification, so if the donut still appears “fat around the middle”, that’s why!
The “Shrink Wrap” Modifier Link to heading
Once you shrink the center of your donut, you’ll notice that the icing no longer hugs the surface of the donut. We can force the icing to adhere to the donut using the “Shrinkwrap” modifier.
With the icing selected, go to the modifiers pane and add a “Shrinkwrap” modifier:
You’ll need to click on the little “eye dropper” and select the donut (the object we want to “shrink wrap” on to):
Next, change the order of the icing modifiers so “Shrinkwrap” comes first, which will get rid of this weird “patterning” that appears:
Tip: Weird display artifacts are usually a sign that you need to change the order of your modifiers!