public bool LoadImmediate(DataPath path) { return(usdiLoad(path)); }
protected new void Reset() { base.Reset(); OutputDirectory = new DataPath(DataPath.Root.CurrentDirectory, "ExrOutput"); }
public override void SetOutputPath(string path) { m_outputDir = new DataPath(DataPath.Root.LeafOnly, path); }
private static string GetOutputPath(DataPath directory, string name) { return(directory.GetPath() + "/" + name); }