Jun
18
nuke setting
Posted in: NUKE from The FoundryHi,
How is it possible to set the nuke,
1) memory usage to 50 %
2) force autosave 120 secs
3) idle for 30 seconds
disk cache size can be set to 20G using the command below.
os.environ[‘NUKE_DISK_CACHE_GB’] = "20"
Althoughthe change does not appear in the preferences window, i presume it has taken place coz
y = os.environ.get(‘NUKE_DISK_CACHE_GB’)
gives a 20.
Is it true.
Brgds,
kNish
Post a Comment