Sitni Sati Forums
Unable to set retimer cache path via Maxscript - Printable Version

+- Sitni Sati Forums (https://forum.afterworks.com)
+-- Forum: Products (https://forum.afterworks.com/forumdisplay.php?fid=4)
+--- Forum: FumeFX [max] (https://forum.afterworks.com/forumdisplay.php?fid=8)
+--- Thread: Unable to set retimer cache path via Maxscript (/showthread.php?tid=1590)



Unable to set retimer cache path via Maxscript - ajones - 01-29-2015

Hi there,

I don't seem to be able to set the retimer cache path via maxScript. I can set the default and wavelet cache path, but not the retimer.

e.g.
$'FumeFX001'.SetPath "C:\\FumeFX_.fxd" #(#default) --works fine!
but
$'FumeFX001'.SetPath "C:\\FumeFX_pp_.fxd" #(#retimer) --returns false

I'm using FumeFX v3.5.3

Thanks.


Re: Unable to set retimer cache path via Maxscript - sitnisati - 01-29-2015

Hello,

Please try this..

$.SetPath "c:\\fume_pp_.fxd" #("retimer","nocheck")

Regards,
Kresimir Tkalcec


Re: Unable to set retimer cache path via Maxscript - ajones - 01-29-2015

Ah, that works great! I hadn't expected the flags to be string values.
Thanks Kresimir Smile


Re: Unable to set retimer cache path via Maxscript - sitnisati - 01-30-2015

You're welcome! Smile

Regards,
Kresimir Tkalcec