You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: _posts/2018-08-21-blender-tutorial-5-advanced-modeling.md
+29-48Lines changed: 29 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,99 +18,80 @@ authors: [fabrizio_duroni]
18
18
19
19
In the [previous post of the series "Blender tutorial"](/2018/06/02/blender-tutorial-4-modeling-basics-part-2.html) we talked about the basics of modeling in Blender.
20
20
In this post we will study Blender advanced modeling tools.
21
-
Let's start from **modifiers**. All the operation we saw in the previous modeling post were all "one time operation":
22
-
after we apply them we can't change their properties to modify the result we obtain. Modifiers let us apply
23
-
modification to a mesh that is possible to revert, modify and preview. When we are sure about the result, we can
24
-
apply the modifier to get the mesh modification we want.
25
-
We can apply a modifier by selecting an object (right click on it) and go under the properties panel and *click on
26
-
the wrench icon*. Here we can select a modifier from the list *Add modifier*.
21
+
Let's start from **modifiers**. All the operation we saw in the previous modeling post were all "one time operation": after we apply them we can't change their properties to modify the result we obtain. Modifiers let us apply modification to a mesh that is possible to revert, modify and preview. When we are sure about the result, we can apply the modifier to get the mesh modification we want.
22
+
We can apply a modifier by selecting an object (right click on it) and go under the properties panel and *click on the wrench icon*. Here we can select a modifier from the list *Add modifier*.
27
23
28
-
{% include blog-lazy-image.html description="blender add modifier" width="1500" height="950" src="/assets/images/posts/blender-add-modifier.jpg" %}
For example let's try to add a simple deform to a cube. After adding it we see our cube deformed. We can than tweak
31
-
the parameters of the deformation as we prefer. Each modifier as its own properties, based of which type of
32
-
modification it applies to the mesh. Anyway there are some common button to:
26
+
For example let's try to add a simple deform to a cube. After adding it we see our cube deformed. We can than tweak the parameters of the deformation as we prefer. Each modifier as its own properties, based of which type of modification it applies to the mesh. Anyway there are some common button to:
33
27
34
28
**show/hide the modifier result during rendering*
35
29
**show/hide the modifier result in the 3D window*
36
30
**show/hide the modifier result in the 3D window in Edit mode*
37
31
**show/hide the cage of the modifier in the 3D window*
After that we have the **subdivision surface**. As stated on Wikipedia, subdivision surface is a technique discovered
42
-
simultaneously by Edwin Catmull and Jim Clark:
35
+
After that we have the **subdivision surface**. As stated on Wikipedia, subdivision surface is a technique discovered simultaneously by Edwin Catmull and Jim Clark:
43
36
44
-
> A subdivision surface, in the field of 3D computer graphics, is a method of representing a smooth surface via the
45
-
specification of a coarser piecewise linear polygon mesh. The smooth surface can be calculated from the coarse mesh
46
-
as the limit of recursive subdivision of each polygonal face into smaller faces that better approximate the smooth surface.
37
+
> A subdivision surface, in the field of 3D computer graphics, is a method of representing a smooth surface via the specification of a coarser piecewise linear polygon mesh. The smooth surface can be calculated from the coarse mesh as the limit of recursive subdivision of each polygonal face into smaller faces that better approximate the smooth surface.
47
38
48
39
This basically means that with subdivision surface we can approximate smoother surfaces starting from another one.
49
40
In Blender we can apply *subdivision surface as a modifier*.
After the subdivision is applied it is possible to modify the mesh only on the original edges and faces of the mesh. In fact this elements will be the only one that we can select from our mesh.
{% include blog-lazy-image.html description="The result of adding subdivision surface to the mesh" width="1500" height="944" src="/assets/images/posts/blender-added-subdivision-surface.jpg" %}
56
47
57
48
Another interesting modifier is the **mirror modifier**. It is especially useful when you need to do Symmetric modeling.
58
49
After applying this modifier every operation you made on one side of your mesh will be mirrored on the other side. For this reason, especially when you're modeling some character/organic mesh, it is useful to delete one side of the mesh and mirror the other one (with all the modification you do). In the option of the modifier you can choose on which axis the mirroring must be applied.
59
50
60
-
{% include blog-lazy-image.html description="blender mirror modifier" width="1500" height="948" src="/assets/images/posts/blender-mirror-modifier.jpg" %}
51
+
{% include blog-lazy-image.html description="The mirror modifier" width="1500" height="948" src="/assets/images/posts/blender-mirror-modifier.jpg" %}
61
52
62
-
The last interesting modifier (for now) we will see it is the **boolean modifier**. This modifier let us modify
63
-
meshes by calculate difference, union and intersection between them.
53
+
The last interesting modifier (for now) we will see it is the **boolean modifier**. This modifier let us modify meshes by calculate difference, union and intersection between them.
64
54
65
-
{% include blog-lazy-image.html description="blender boolean modifier" width="1500" height="950" src="/assets/images/posts/blender-boolean-modifier.jpg" %}
Another interesting tool is the **"Loop Cut and Slide"**. With this option we can add edge loops
69
60
to our mesh. This tool is useful especially when you need to have more mesh polygon to model the mesh details you want.
70
61
71
-
{% include blog-lazy-image.html description="blender loop edge and slide" width="1500" height="948" src="/assets/images/posts/blender-loop-edge-and-slide.jpg" %}
62
+
{% include blog-lazy-image.html description="The loop edge and slide tool" width="1500" height="948" src="/assets/images/posts/blender-loop-edge-and-slide.jpg" %}
72
63
73
64
Then we have the **joining mesh tool** and the **stitching vertices tool**. For the first one, as the name suggest, you can combine multiple mesh into a single one in blender. To join two or more meshes, we have to select them while we are object mode. Remember: the last one selected will be the mesh to which the other ones will be joined. After that we can apply the join mesh using:
74
65
75
66
**the menu option Object -> Join*
76
67
**the shortcut "ctrl + j keys"*
77
68
78
-
{% include blog-lazy-image.html description="blender join meshes" width="1500" height="950" src="/assets/images/posts/blender-join-meshes.jpg" %}
69
+
{% include blog-lazy-image.html description="Join meshes tool" width="1500" height="950" src="/assets/images/posts/blender-join-meshes.jpg" %}
70
+
71
+
After joining two or more meshes, we will need to fill the gap between then. We can do that by using the **merge tool**, the **remove double tool** and the **snap element tool** to stitch the vertices that are on the border of the meshes. The vertices must be open: they need to be without a connection on one side. So after selecting one vertex we can snap it using the snap element tool. We can activate it using the button in the bottom bar of the 3D window. After activating it we can grab the selected vertex by pressing the *g key*, and snap it to our target vertex.
79
72
80
-
After joining two or more meshes, we will need to fill the gap between then. We can do that by using the **merge
81
-
tool**, the **remove double tool** and the **snap element tool** to stitch the vertices that are on the border of the
82
-
meshes. The vertices must be open: they need to be without a connection on one side. So after selecting one vertex we
83
-
can snap it using the snap element tool. We can activate it using the button in the bottom bar of the 3D window. After
84
-
activating it we can grab the selected vertex by pressing the *g key*, and snap it to our target vertex.
73
+
{% include blog-lazy-image.html description="Snap element tool" width="1500" height="949" src="/assets/images/posts/blender-snap-element.jpg" %}
85
74
86
-
{% include blog-lazy-image.html description="blender snap element" width="1500" height="949" src="/assets/images/posts/blender-snap-element.jpg" %}
75
+
After snapping vertices we have to **remove duplicates**. We can do it using the merge tool or using the remove doubles tool. We can find these tools:
87
76
88
-
After snapping vertices we have to **remove duplicates**. We can do it using the merge tool or using the remove doubles
89
-
tool. We can find these tools:
77
+
**under Mesh -> Type of element under selection*
78
+
* from the contextual menu that you can show by using the shortcut *ctrl + v key* for vertices (NB.: there are also contextual menus for faces and edges that we can show using *ctrl + f key* and *ctrl + e key*)
90
79
91
-
**under Mesh -> <Typeofelementunderselection>*
92
-
* from the contextual menu that you can show by using the shortcut *ctrl + v key* for vertices (NB.: there are also
93
-
contextual menus for faces and edges that we can show using *ctrl + f key* and *ctrl + e key*)
80
+
If we decide to go with the remove doubles tools, after applying the operation a popup at the top of the 3D window will appear that will tell us the number of duplicated vertices removed.
94
81
95
-
If we decide to go with the remove doubles tools, after applying the operation a popup at the top of the 3D window
96
-
will appear that will tell us the number of duplicated vertices removed.
82
+
{% include blog-lazy-image.html description="Merge remove tools" width="1500" height="949" src="/assets/images/posts/blender-merge-remove-tools.jpg" %}
In blender it is **possible to model also text**. We can add text by selecting *Add -> Text*. We can modify the text by selecting the edit mode: a text cursor will appear so that we can modify the text. In the property panel a special tab will let as customize the text property.
99
85
100
-
In blender it is **possible to model also text**. We can add text by selecting *Add -> Text*. We can
101
-
modify the text by selecting the edit mode: a text cursor will appear so that we can modify the text. In the property
102
-
panel a special tab will let as customize the text property.
86
+
{% include blog-lazy-image.html description="Add text to a scene" width="1500" height="950" src="/assets/images/posts/blender-add-text.jpg" %}
103
87
104
-
{% include blog-lazy-image.html description="blender add text" width="1500" height="950" src="/assets/images/posts/blender-add-text.jpg" %}
105
-
{% include blog-lazy-image.html description="blender text properties" width="1500" height="948" src="/assets/images/posts/blender-text-properties.jpg" %}
88
+
{% include blog-lazy-image.html description="Add text properties" width="1500" height="948" src="/assets/images/posts/blender-text-properties.jpg" %}
106
89
107
-
Last but not least is the **vertex groups tool**. This tool allow us to save selection of vertices so that we are
108
-
able to select them later. We can create a vertex group in the property panel in the corresponding tab. In this tab
109
-
we have buttons to:
90
+
Last but not least is the **vertex groups tool**. This tool allow us to save selection of vertices so that we are able to select them later. We can create a vertex group in the property panel in the corresponding tab. In this tab we have buttons to:
110
91
111
92
**add/remove vertices to a group*
112
93
**select/deselect the vertices of a group*
113
94
114
-
{% include blog-lazy-image.html description="blender vertex group" width="1500" height="950" src="/assets/images/posts/blender-vertex-group.jpg" %}
95
+
{% include blog-lazy-image.html description="The vertex group tool" width="1500" height="950" src="/assets/images/posts/blender-vertex-group.jpg" %}
115
96
116
97
In the next post we will discuss about outliner, layers, groups, hierarchies and scenes.
0 commit comments