CustomUI

 From:  Carlo (CARLOBEE)
6507.223 In reply to 6507.54 
Hi MAX

The Line:


var Path = moi.command.getOption('ExePath', false) + "\\snapshots\\";

Doesn't exist in the 84 Snapshot.html file.

The closest thing seems to be this line::
vp.render(w, h).save(moi.filesystem.getProcessDir()+"\\snapshots\\"+time+"-["+vp.name+"].png");

Is that right?

If so, does this example look right to you?
vp.render(w, h).save(moi.filesystem.getProcessDir()+"F:\\Dropbox\\Work\\MOI3D\\snapshots\\"+time+"-["+vp.name+"].png");

Can't seem to make it work

Thanks
Carlo