- 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.
- Istio入門與實戰
- Raspberry Pi 3 Cookbook for Python Programmers
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- Unity 5.x Game Development Blueprints
- 硬件產品經理手冊:手把手構建智能硬件產品
- 筆記本電腦維修不是事兒(第2版)
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 基于Apache Kylin構建大數據分析平臺
- Spring Cloud微服務架構實戰
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- 單片微機原理及應用
- USB應用開發寶典
- PIC系列單片機的流碼編程
- Spring微服務實戰(第2版)