structure_3d_scanner:cleanup_for_3d_printing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
structure_3d_scanner:cleanup_for_3d_printing [2020/01/08 05:46] – [Join the mesh] formlabstructure_3d_scanner:cleanup_for_3d_printing [2021/10/13 00:50] formlab
Line 1: Line 1:
-====== Cleanup for 3d printing ======+====== Cleanup Structure scans for 3D printing ======
  
 The 3d objects from the structure 3D scanner need a bit of work before they are printable. The 3d objects from the structure 3D scanner need a bit of work before they are printable.
- 
  
 ===== Join the mesh ===== ===== Join the mesh =====
Line 8: Line 7:
 The structure scanner delivers the 3D object in several parts. Let's bring these chunks together to a single object The structure scanner delivers the 3D object in several parts. Let's bring these chunks together to a single object
  
-{{:structure_3d_scanner:cleanup_files.jpg?nolink|}} +{{:structure_3d_scanner:cleanup_files.jpg?nolink|}}\\  
-The 3d object comes with 3 files:+Each 3D scan comes with 3 files:
   - ''Model.jpg'' is the texture file   - ''Model.jpg'' is the texture file
   - ''Model.mtl'' is the material library   - ''Model.mtl'' is the material library
   - ''Model.obj'' is the 3D object   - ''Model.obj'' is the 3D object
  
-{{:structure_3d_scanner:cleanup_object_loaded.jpg?nolink|}}+{{:structure_3d_scanner:cleanup_object_loaded.jpg?nolink|}}\\ 
 Open [[https://www.blender.org|Blender]] and delete the default cube. Open [[https://www.blender.org|Blender]] and delete the default cube.
 load the scan file: ''File > Import > Wavefront (obj)''. Choose the ''.obj'' file load the scan file: ''File > Import > Wavefront (obj)''. Choose the ''.obj'' file
  
-{{:structure_3d_scanner:cleanup_overlapping_parts.jpg?nolink|}}+{{:structure_3d_scanner:cleanup_overlapping_parts.jpg?nolink|}}\\ 
 Objects from the structure scanner come in overlapping parts. This might cause problems for 3D printing. Objects from the structure scanner come in overlapping parts. This might cause problems for 3D printing.
-To check if your object has these overlapping parts, go to edit mode, hover your cursor over the model and press ''l'' to select all vertices that are linked to the one underneath your cursor. +To check if your object has these overlapping parts, go to edit mode, hover your cursor over the model and press ''l'' to select all vertices that are linked to the one underneath your cursor. As you will see, only a limited region will be selected. In this picture I selected a few different regions to demonstrate
-Let'fix this:+ 
 +To fix this:
   * select all   * select all
   * go to ''mesh > cleanup > merge by distance''. The amount of vertices that have been removed appear on the bottom of the screen.   * go to ''mesh > cleanup > merge by distance''. The amount of vertices that have been removed appear on the bottom of the screen.
 + 
 + 
  
 ===== delete loose parts ===== ===== delete loose parts =====
  
-There might still be some unintended clumps from the 3d scan floating around. Let's delete them.+There might still be some unintended clumps from the 3D scan floating around. Let's delete them.
  
 ''alt + a'': deselect all vertices. ''alt + a'': deselect all vertices.
-Hover over a part of the mesh you want to keep. Press''l'' to select the linked vertices. + 
-''ctrl + i'': inverse the selection +Hover over a part of the mesh you want to keep. Press ''l'' to select the linked vertices. This should select all the information you want to keep. 
-''x'': delete the selected vertices+ 
 +{{:structure_3d_scanner:cleanup_inverse_selection.jpg?nolink|}}\\  
 +''ctrl + i'': inverse the selection
 + 
 +''x'': delete the selected vertices.