- 3D Printing Blueprints
- Joe Larson
- 375字
- 2021-08-13 16:22:15
Smoothing the rough edges
Blender provides a number of object modifiers that can be used to quickly alter objects in the scene. In this project only two modifiers, namely Multiresolution and Boolean, will be used. Modifiers can be stacked, turned on and off, and their settings can be changed on the fly. The modifiers are accessed in their own menu in the right-hand side bar.
Begin with an incremental save (Press F2, then Numpad +, and click on Save As Blender File) to set a save point. Then carry out the following steps to create a new modifier:
- In the right-hand side bar, click on the icon that looks like a wrench to open up the modifier tab.
- Click on the Add Modifier button.
- Select from the second column (Generate) the Multiresolution modifier from the menu.
- In the Multiresolution options box click on the Subdivide button twice.
Multiresolution smoothes the mesh out by adding more vertices between existing vertices and putting them in a location that rounds the shape. In this case the final result looks good except that the top of the handle is too rounded so it doesn't join the body of the mug well. To flatten these curves out more points will need to be added to the original mesh. Fortunately modifiers do not change the original geometry until you click on the Apply button, so you can still modify the shape in Edit Mode.

To further modify the shape carry out the following steps:
- Enter the Wireframe view (Z).
- Enter Edit mode (Tab).
- The Loop Cut and Slide operation is accessed either by finding the button in the left-hand side bar under Add or by pressing Ctrl + R.
- Move the pointer with the mouse to the lines near the top at the end of the handle, as shown in the next screenshot.
- Left-click to select this subdivision.
- Move the pointer closer to the end of the handle, to slide the loop cut closer to the end of the handle, but not overlapping the existing points.
- Left-click to end the loop-cut operation.
- Exit Edit Mode (Tab).
The top end of the handle is now blunter and will sit inside the mug better. Save the work done so far before continuing further.
- ATmega16單片機項目驅動教程
- 深入理解Spring Cloud與實戰
- Applied Unsupervised Learning with R
- Intel FPGA/CPLD設計(高級篇)
- 計算機組裝與維護(第3版)
- 單片機開發與典型工程項目實例詳解
- Istio服務網格技術解析與實踐
- 單片機技術及應用
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- Hands-On Deep Learning for Images with TensorFlow
- 基于S5PV210處理器的嵌入式開發完全攻略
- 主板維修實踐技術
- 計算機組裝與維護立體化教程(微課版)
- 51單片機應用開發從入門到精通