Macro for file template from yaml using PySide GUI

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Dani
Posts: 8
Joined: Sun Oct 03, 2021 5:19 pm

Macro for file template from yaml using PySide GUI

Post by Dani »

Hello,

taking ideas from Telegram group "FreeCAD en Español", I created a macro with the objective of generate a FreeCAD file using personalized templates.

Image

The macro allows to create several templates (it generates an yaml file with the templates data). It is possible to create folders, text files, dynamicData objects, sheets, assemply4 simulations and TechDraw templates. If it is indicated a FreeCAD file which contains dynamicData objects, it is possible to copy dynamicData information to new file.

Macro files and instructions in github link:
https://github.com/iinjdpa/Freecad_Templater

I hope it will be useful for someone.
Post Reply