specoolar / Blender-BakeLab2

Blender addon for baking images
GNU General Public License v3.0
304 stars 44 forks source link

Added support for relative paths. Create directory if it does not exist. #15

Closed sorinv closed 3 years ago

sorinv commented 3 years ago

I have added a few lines to allow for using relative paths for the destination folder. Also, it will check if the folder exists and, if not, it will create it.

specoolar commented 3 years ago

There was a merge conflict, so I simply modified the code manually, thanks!