CustomUI

 From:  Max Smirnov (SMIRNOV)
6507.54 In reply to 6507.53 
Hi DannyT,

You can change the path manually.
Open "84 Snapshot.htm" with notepad and change this line
code:
var Path =  moi.command.getOption('ExePath', false) + "\\snapshots\\";

to this (for example)
code:
var Path =  "D:\\My photo gallery\\3D\\Snapshots\\";

You have to use double-slashes. And don't forget to put \\ at the end of the path.