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

Check that the selected executables are actual executables #65

Closed norgeotloic closed 5 years ago

norgeotloic commented 5 years ago

For now, i just checked to see if the string was empty. So if you enter "toto" instead of the executable path, it will be considered as valid...

Related #57 Related #64

norgeotloic commented 5 years ago

Using a mix of os.path.exists and which on UNIX, where.exe on Windows ?