Any2HRTF / Mesh2HRTF

Open software for the numerical calculation of head-related transfer functions
European Union Public License 1.2
103 stars 11 forks source link

Improve saving blender file upon project folder export #105

Closed f-brinkmann closed 1 year ago

f-brinkmann commented 1 year ago
  1. The mesh2input.py Blender addon now saves a copy of the currently opened Blender project in the Mesh2HRTF project folder. Before the project was moved to the project folder. This might not be the best option because it comes with the danger that people make changes to the Blender project after export and then save it. In this case the project might not correctly document the Mesh2HRTF project that it generated.

  2. The Blender file is now saved as a compressed file to reduce the file size.

closes #99