FumeFX Preview Path

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

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
pixamoon's picture

`

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.