<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Tech Cafe - Donut</title>
    <subtitle>Dev adventures, epic bugs, tiny wins, and the occasional meltdown.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://golden-fox.dev/tags/donut/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://golden-fox.dev"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2025-05-21T00:00:00+00:00</updated>
    <id>https://golden-fox.dev/tags/donut/atom.xml</id>
    <entry xml:lang="en">
        <title>How I started Blender!</title>
        <published>2025-05-21T00:00:00+00:00</published>
        <updated>2025-05-21T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Aakriti Agarwal
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://golden-fox.dev/blog/blender-donut/"/>
        <id>https://golden-fox.dev/blog/blender-donut/</id>
        
        <content type="html" xml:base="https://golden-fox.dev/blog/blender-donut/">&lt;p&gt;In April 2024, I came across a cool animation made in Blender and thought, ‘Wow! That’s crazy. I want to learn how to do that too’. So, I started my journey&lt;&#x2F;p&gt;
&lt;p&gt;At first, I was really confused because there were tons of buttons, shortcuts, tabs and a cube in the middle.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Pro tip:&lt;&#x2F;strong&gt; Use &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;hollisbrown.github.io&#x2F;blendershortcuts&#x2F;&quot;&gt;&lt;strong&gt;Blender Shortcuts&lt;&#x2F;strong&gt;&lt;&#x2F;a&gt; cheatsheet as it helped me remember the keys.&lt;&#x2F;p&gt;
&lt;p&gt;(Shortcut key: X to delete the default cube)&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;golden-fox.dev&#x2F;blog&#x2F;blender-donut&#x2F;images&#x2F;Default-Cube.png&quot; alt=&quot;Default-Cube&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;So, I did what everyone does when they’re new and lost – I searched for “Blender tutorial for beginners” and came across the &lt;em&gt;iconic donut&lt;&#x2F;em&gt; tutorial by &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;@blenderguru&#x2F;featured&quot;&gt;&lt;strong&gt;BlenderGuru&lt;&#x2F;strong&gt;&lt;&#x2F;a&gt;. If you want to learn Blender, start by making a donut 🍩. Most people begin their Blender journey here.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-i-learned-throughout-the-tutorial-series&quot;&gt;What I Learned Throughout the Tutorial Series&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;part-1-modeling-the-donut-base&quot;&gt;Part 1: Modeling the Donut Base&lt;&#x2F;h3&gt;
&lt;p&gt;I started by doing what every Blender user does, that is to delete the default cube.Then I added a torus and began learning how to navigate in 3D space.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;golden-fox.dev&#x2F;blog&#x2F;blender-donut&#x2F;images&#x2F;Torus-Mesh.png&quot; alt=&quot;Torus-Mesh&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;h3 id=&quot;part-2-adding-realistic-details&quot;&gt;Part 2: Adding Realistic Details&lt;&#x2F;h3&gt;
&lt;p&gt;I started adding little bumps and imperfections to make my donut look like it came from a real bakery instead of a computer. I found this part really satisfying once I got used to the sculpting brushes.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;part-3-creating-icing&quot;&gt;Part 3: Creating Icing&lt;&#x2F;h3&gt;
&lt;p&gt;This part blew my mind. I duplicated my donut, scaled it up slightly and used Blender’s modifier system to create icing that actually dripped down the sides using a sculpting brush grab.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;part-4-making-it-look-like-real-food&quot;&gt;Part 4: Making It Look Like Real Food&lt;&#x2F;h3&gt;
&lt;p&gt;I learned to create realistic surfaces using the shader editor. The donut got texture and the icing became glossy.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;part-5-adding-sprinkles&quot;&gt;Part 5: Adding Sprinkles&lt;&#x2F;h3&gt;
&lt;p&gt;I created different types of sprinkles - long and round ones. I used geometry nodes for this. The setup involved using “Distribute Points on Faces” to scatter points across the icing surface, then “Instance on Points” to place the sprinkle geometry. I controlled the sprinkle density with a named attribute and used Collection Info to randomly choose between different sprinkle shapes. The geometry nodes gave me precise control over placement, rotation and scale variation etc.&lt;&#x2F;p&gt;
&lt;p&gt;Geometry Node for Long Sprinkles:
&lt;img src=&quot;https:&#x2F;&#x2F;golden-fox.dev&#x2F;blog&#x2F;blender-donut&#x2F;images&#x2F;Long_Sprinkles.png&quot; alt=&quot;Long Sprinkles&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Geometry Node for Round Sprinkles:
&lt;img src=&quot;https:&#x2F;&#x2F;golden-fox.dev&#x2F;blog&#x2F;blender-donut&#x2F;images&#x2F;Short_Sprinkles.png&quot; alt=&quot;Round Sprinkles&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;h3 id=&quot;part-6-making-the-background-and-adding-textures&quot;&gt;Part 6: Making the Background and Adding Textures&lt;&#x2F;h3&gt;
&lt;p&gt;Once the donut was done, I added a simple plane for the tabletop and textured it with a marble material using a Principled BSDF shader for realism. Then, I modeled a plate for the donut and applied a shiny ceramic material with subtle imperfections.&lt;&#x2F;p&gt;
&lt;p&gt;I duplicated the donuts a few times and stacked them on the plate. The combination of textures and stacked donuts really brought everything together.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;golden-fox.dev&#x2F;blog&#x2F;blender-donut&#x2F;images&#x2F;Donut-Plate.png&quot; alt=&quot;Donut Plate&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;After this I set up the lighting to make the donut look good and positioned the camera and added depth of field to blur the background.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;part-8-creating-my-final-render&quot;&gt;Part 8: Creating My Final Render&lt;&#x2F;h3&gt;
&lt;p&gt;The last step was generating the final image. I learned about render settings, balancing quality with render time and made some basic color corrections to enhance the scene.&lt;&#x2F;p&gt;
&lt;p&gt;I used Cycles with GPU compute for faster rendering. After adjusting the settings, I rendered the scene and was finally able to see my donut in all its glory.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Final Result!&lt;&#x2F;strong&gt;
&lt;img src=&quot;https:&#x2F;&#x2F;golden-fox.dev&#x2F;blog&#x2F;blender-donut&#x2F;images&#x2F;Donut.png&quot; alt=&quot;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;I had so much fun creating it, and I’m so happy with the final result. I never expected it would turn out this well. I’ll be spending this week getting back to learning more about Blender, and I’ll be sharing my progress soon.&lt;&#x2F;p&gt;
&lt;p&gt;I hope you enjoyed this blog post :)&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
