FreeCad to Blender: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Export to OBJ Technique=
 
<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/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>
<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=
===In FreeCad:===
===In FreeCad:===
*Make sure your units are set to standard
*Make sure your units are set to standard

Revision as of 20:39, 7 October 2019



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.

All things FreeCAD