Blender Documentation Volume I - User Guide: Last modified September 01 2004 S68 | ||
---|---|---|
<<< Previous | Basic Mesh Modelling | Next >>> |
Relevant to Blender v2.31
One tool of paramount importance for working with Meshes is the "Extrude" command (EKEY). This command allows you to create cubes from rectangles and cylinders from circles, as well as to very easily create such things as tree limbs. Although the process is quite intuitive, the principles behind Extrude are fairly elaborate as discussed below.
First, the algorithm determines the outside edge-loop of the Extrude; that is, which among the selected edges will be changed into faces. By default, the algorithm considers edges belonging to two or more selected faces as internal, and hence not part of the loop.
The edges in the edge-loop are then changed into faces.
If the edges in the edge-loop belong to only one face in the complete mesh, then all of the selected faces are duplicated and linked to the newly created faces. For example, rectangles will result in cubes during this stage.
In other cases, the selected faces are linked to the newly created faces but not duplicated. This prevents undesired faces from being retained 'inside' the resulting mesh. This distinction is extremely important since it ensures the construction of consistently coherent, closed volumes at all times when using Extrude.
Edges not belonging to selected faces, which form an 'open' edge-loop, are duplicated and a new face is created between the new edge and the original one.
Single selected vertices which do not belong to selected edges are duplicated and a new edge is created between the two.
Grab mode is automatically started when the Extrude algorithm terminates, so newly created faces, edges, and vertices can be moved around with the mouse.
Extrude is one of the most frequently used modelling tools in Blender. It's simple, straightforward, and easy to use, yet very powerful. The following short lesson describes how to build a sword using Extrude.
1. Start Blender and delete the default plane. In top view add a mesh circle with eight vertices. Move the vertices so they match the configuration shown in Figure 15.
2. Select all the vertices and scale them down with the SKEY so the shape fits in two grid units. Switch to front view with NUM1.
3. The shape we've created is the base of the blade. Using Extrude we'll create the blade in a few simple steps. With all vertices selected press EKEY, or click the Extrude button in the Mesh Tools Panel of the Editing Context (F9 - Figure 16). A box will pop up asking Ok? Extrude (Figure 17).
Click this text or press ENTER to confirm, otherwise move the mouse outside or press ESC to exit. If you now move the mouse you'll see that Blender has duplicated the vertices, connected them to the original ones with edges and faces, and has entered grab mode.
4. Move the new vertices up 30 units, constraining the movement with CTRL, then click LMB to confirm their new position and scale them down a little bit with the SKEY (Figure 18).
5. Press EKEY again to extrude the tip of the blade, then move the vertices five units up. To make the blade end in one vertex, scale the top vertices down to 0.000 (hold CTRL for this) and press WKEY>Remove Doubles (Figure 19) or click the Rem Doubles button in the EditButtons (F9). Blender will inform you that it has removed seven of the eight vertices and only one vertex remains. The blade is complete! (Figure 20)
6. Leave edit mode and move the blade to the side. Add a UVsphere with 16 segments and rings and deselect all the vertices with the AKEY.
7. Borderselect the top three rings of vertices with BKEY and delete them with XKEY>>Vertices (Figure 21).
8. Select the top ring of vertices and extrude them. Move the ring up four units and scale them up a bit (Figure 22), then extrude and move four units again twice and scale the last ring down a bit (Figure 23).
9. Leave EditMode and scale the entire handle down so that it's in proportion with the blade. Place it just under the blade.
By now you should be used to the 'extrude>move>scale' sequence, so try to model a nice hilt with it. Start out with a cube and extrude different sides a few times, scaling them where needed. You should be able to get something like that shown in Figure 24.
After texturing, the sword looks like Figure 25
As you can see, extrude is a very powerful tool that allows you to model relatively complex objects very quickly (the entire sword was created in less than one half hour). Getting the hang of extrude>move>scale will make your life as a Blender modeler a lot easier.
<<< Previous | Home | Next >>> |
Smoothing | Up | Spin and SpinDup |