norgeotloic / BakeMyScan

Blender add-on to turn high resolution scans into lowpoly assets
http://bakemyscan.org
GNU General Public License v3.0
145 stars 15 forks source link

Relative paths for executables won't work #64

Closed norgeotloic closed 5 years ago

norgeotloic commented 5 years ago

You have to uncheck "Relative path" while selecting the executables to provide valid paths, which does not go smoothly with the command line calls.

A fix is to convert the paths to absolute ones when selecting the file, probably through the "update" argument for bpy.props.StringProperty.

Related #57