I3D-Blender-Addon icon indicating copy to clipboard operation
I3D-Blender-Addon copied to clipboard

Update file exporting paths to use new python functionality

Open StjerneIdioten opened this issue 4 years ago • 0 comments

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

StjerneIdioten avatar Feb 07 '20 01:02 StjerneIdioten