Using the unc file name convention, Using relative path conventions, Adding personal favorites to the browser – Apple Shake 4 User Manual

Page 372

Advertising
background image

372

Chapter 14

Customizing Shake

Using the UNC File Name Convention

In the startup directory:

script.uncFileNames = 1;

Shake automatically assigns the UNC file name, that is, the entire file path name using
the network address starting with //MachineName//DriveName/path. This ensures
proper network rendering. However, you can turn this off by assigning the
uncFileNames to 0, at which point local file paths are maintained. You can use local
paths in either case, but they get converted when UNC is on.

Using Relative Path Conventions

In the startup directory:

gui.fileBrowser.keepRelativePaths = 1;

Adding Personal Favorites to the Browser

In the ui directory:

nuiFileBrowserAddFavorite(

“D:/icons/scr/”

);
nuiFileBrowserAddFavorite(

“$nr_train/”

);

Advertising