option to use the linked path or the local path for pointcache.

needed for sintels hair to be baked locally.
This commit is contained in:
Campbell Barton
2010-05-06 17:12:44 +00:00
parent 0550512388
commit c8a0592288
5 changed files with 11 additions and 2 deletions

View File

@@ -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()