Esempio n. 1
0
 public bool LoadImmediate(DataPath path)
 {
     return(usdiLoad(path));
 }
Esempio n. 2
0
        protected new void Reset()
        {
            base.Reset();

            OutputDirectory = new DataPath(DataPath.Root.CurrentDirectory, "ExrOutput");
        }
Esempio n. 3
0
 public override void SetOutputPath(string path)
 {
     m_outputDir = new DataPath(DataPath.Root.LeafOnly, path);
 }
Esempio n. 4
0
 private static string GetOutputPath(DataPath directory, string name)
 {
     return(directory.GetPath() + "/" + name);
 }