• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"FumeFX Preferences" setting without using GUI?
#1
how change "FumeFX Preferences" setting without using GUI?

example, when FumeFX simulation on the render farm, may want to change "Field3D Compression" from the default to gzip.
in this case, it is useful to be able to change the setting with the mel or python script.
  Reply
#2
Hi

That depends on which preference you want to change; in case of "Field3D Compression" you would use:

Code:
optionVar -iv ffxGlobPrefsF3Dcomp 1;
to set compression to gzip, or 0 to set it to default.
Regards,
Dino Malpera
  Reply
#3
hello dinom.

it work!
thank you for your kindness!

regards.

dinom Wrote:Hi

That depends on which preference you want to change; in case of "Field3D Compression" you would use:

Code:
optionVar -iv ffxGlobPrefsF3Dcomp 1;
to set compression to gzip, or 0 to set it to default.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)