Hi,
Does any of you know how to set up fume preview paths?
$.setPath #preview "c:\yourPreviewFolder"
$.setPath "preview" "c:\yourPreviewFolder"
none of the above are working. And I can't find anything on google about this
Forum topic · General Scripting
By Juzwa · 2015-07-23
Hi,
Does any of you know how to set up fume preview paths?
$.setPath #preview "c:\yourPreviewFolder"
$.setPath "preview" "c:\yourPreviewFolder"
none of the above are working. And I can't find anything on google about this
`
pixamoon · 2015-07-25
I just looked here:
http://www.scriptspot.com/3ds-max/scripts/fumefx-presets-tool
it has:
...
f = (FumeFX())
f.SaveOutput "c:\\yourPreviewFolder\\savefilename.fxd"
f.SetPath "c:\\yourPreviewFolder\\savefilename.fxd" "c:\\yourPreviewFolder\\savefilename.fxd"
...
I don't have FumeFX to test and don't know why is same double path
but also I think it should be filename path not folder path as you had.
hope it helps a bit.