Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-03-21 20:22:41 +0400
committerThomas Dinges <blender@dingto.org>2014-03-21 20:22:41 +0400
commitce5395868fde010e39d0e2db2e48aa4d84d9a40a (patch)
tree0186041af1f45e8cc84a440c64efcecdeb2827b9 /intern/cycles/util/util_path.h
parent12ce5ae5be97fbe73fcf6b0d49ae7f7765124be9 (diff)
Cycles Standalone: Support for relative paths and string OSL parameters.
Patch by John Haddon. Differential Revision: https://developer.blender.org/D418
Diffstat (limited to 'intern/cycles/util/util_path.h')
-rw-r--r--intern/cycles/util/util_path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_path.h b/intern/cycles/util/util_path.h
index e9041e63dae..fd9ea11740d 100644
--- a/intern/cycles/util/util_path.h
+++ b/intern/cycles/util/util_path.h
@@ -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);