StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Update file exporting paths to use new python functionality #2

Open StjerneIdioten opened 4 years ago

StjerneIdioten commented 4 years ago

Currently file exports and the path modifications used are done using the 'os' module, which isn't outdated but there is a new and better way introduced in python 3.4 with the pathlib module.

https://docs.python.org/3/library/pathlib.htm