Cycles Standalone: Support for relative paths and string OSL parameters.

Patch by John Haddon.
Differential Revision: https://developer.blender.org/D418
This commit is contained in:
2014-03-21 17:22:41 +01:00
parent 12ce5ae5be
commit ce5395868f
3 changed files with 12 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ string path_filename(const string& path);
string path_dirname(const string& path);
string path_join(const string& dir, const string& file);
string path_escape(const string& path);
bool path_is_relative(const string& path);
/* file info */
bool path_exists(const string& path);