hi all,
i just recognized that there is (besides the one Joe/Bob mentioned above, which works fine here, too) an interesting workaround for this bug: if you select “EXPAND Base Output Path” first, and AFTER THAT select “PICK Base output path”, then it works as it should, without any error messages.
regards,
fuat
Good point! The problem was that the string “$default” was stored in the variable passed as initial path to the directory picker, and MAXScript generally recognizes strings starting with $ as special shortcuts for typical paths, but $default is not one of them.
Running the Expand option converts the “$default” to the actual explicit path, and thus circumvents the problem. But we have to fix the real problem in the release version anyway