cb109 / maxjob

:loudspeaker: Whiteboxed maxscript execution from the commandline.
5 stars 0 forks source link

maxjob crashes when %LOCALAPPDATA%\Autodesk it missing #7

Open cb109 opened 8 years ago

cb109 commented 8 years ago

That folder is created when 3ds Max is launched for the first time. On a machine where that yet has not happened, maxjob will fail to find the files it wants to watch.

See maxjob.yml for the exact paths.

We can either handle this case and provide proper error messages or enforce directory and file creation (empty) before using them.