FreeCad to Blender: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
(Added a Category to the Page)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/FR-34edcVeY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html><br>
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/opaj0QzbmCI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html><br>
=Export to OBJ Technique=
=Export to OBJ Technique=
===In FreeCad:===
===In FreeCad:===
Line 16: Line 19:
*Import the file.
*Import the file.


{{Category:FreeCAD}}
[[Category: Blender (Software) ]] [[Category: FreeCAD]]

Latest revision as of 18:59, 7 August 2022



Export to OBJ Technique

In FreeCad:

  • Make sure your units are set to standard
    • Edit -> Preferences
    • Units Tab: select standard from the dropdown
  • Select items to export on project tree
  • File-> Export or Ctrl+E
  • Select Wavefront OBJ - Arch Module .obj
  • Save

Your file will export with an .mtl file that tells other programs what materials the objects are in. If you export an assembly, the obj file will contain the separate assembly items.

If using A2+ workbench, set colors in the A2+ Assembly File and they will translate into the .obj file.

In Blender:

  • File -> Import
  • Import the file.