just in case you don't know how to turn on unc, or someone else reads this:
create a file in:
/home/[your user name]/nreal/include/startup/mysettings.h
Add this to the file:
script.uncFileNames = 0;
Here are some more useful things you may want:
diskCache.cacheLocation = "/s_cache/";
diskCache.cacheMemory = 1024;
diskCache.cacheSize = 640;
cache.cacheMemory = 96;
diskCache.cacheLocation:
This changes your default caching location, but note, some cache files will still write to /usr/tmp or /tmp
This is a bug in the Commercial Release, we have patched it in our source code...
cacheMemory: should be half your physical ram
cacheSize: should be 1/3 your physical, plus 1/2 your physical.
These settings are for 2GB of ram
cache.cacheMemory: This is used for caching the image/icons in your node view, dont go higher than 96mb!!