DesignLapse is a FreeCAD Macro to generate design timelapse gifs.
- Make sure you're running at least v1.0.0RC2 of FreeCAD
- Download the
DesignLapse.py
file from this repo - Open FreeCAD and go to
Macro -> Macros ...
- Move
DesignLapse.py
to the path at the bottom of the popup. - Reopen the popup, select
DesignLapse.py
, click the Toolbar button, and follow the wizard to add the macro to your toolbar. - Click the toolbar button to open the settings dialogue and run the macro.
- The resulting gif will be in the same directory as your design file, with the same name.
- The tool is meant for parts designed in the PartDesign Workbench
- The tool depends on the fact that the part is modeled in a body named
Body
. - The tool uses the current viewport orientation as a starting place. Make sure to adjust this before running the tool.
- The tool currently only rotates about the Z axis.