- Export using short key CRTL-SHIFT-E to predefined directory
- One-click export with "Export"-button in 3D window header
- Settings and choosen directory is saved in a config file next to the blend file
The add-on tries to save the directory in relative form, if possible, to make it work on multiple machines. (Full path is used, for instance, if the drive letter is different in the path of the blend file and export directory on Windows)
- If the blend project is new and not yet saved, the export setting can be lost within the session
- It will try to export each time you change any of the the parameters, as long as there is a valid export path.
- Only supports OBJ/FBX/glTF, and only global scaling/export selected, other export parameters are hard coded (but it is quite easy to change in the script)
This was hacked together pretty quickly to improve our own workflow, however I tried to follow the add-on guidelines. I will probably not submit this to the official blender repo as I am unsure if I would really have the patience to maintain it over time.