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:
authorCampbell Barton <ideasman42@gmail.com>2010-05-06 21:12:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-06 21:12:44 +0400
commitc8a05922882f7638b91ebcb1cd7a4e89cdf16222 (patch)
treef99cc1d1ebd09538a692c4c018c940efb8ad1655 /release/scripts/ui/properties_physics_common.py
parent0550512388ca3300ecdca888fb1b675e93c79e19 (diff)
option to use the linked path or the local path for pointcache.
needed for sintels hair to be baked locally.
Diffstat (limited to 'release/scripts/ui/properties_physics_common.py')
-rw-r--r--release/scripts/ui/properties_physics_common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/ui/properties_physics_common.py b/release/scripts/ui/properties_physics_common.py
index 20073c68989..cad1229a0de 100644
--- a/release/scripts/ui/properties_physics_common.py
+++ b/release/scripts/ui/properties_physics_common.py
@@ -73,6 +73,8 @@ def point_cache_ui(self, context, cache, enabled, particles, smoke):
sub.prop(cache, "disk_cache")
col.label(text=cache.info)
+ sub = col.column()
+ sub.prop(cache, "use_library_path", "Use Lib Path")
layout.separator()