pointcache support for relative external paths with the useual // prefix as well as library path option.

This commit is contained in:
Campbell Barton
2010-07-14 07:47:03 +00:00
parent 7a2394c718
commit 6b6cdbe322
2 changed files with 10 additions and 7 deletions

View File

@@ -46,7 +46,10 @@ def point_cache_ui(self, context, cache, enabled, cachetype):
split.prop(cache, "name", text="File Name")
split.prop(cache, "index", text="")
layout.label(text="File Path:")
row = layout.row()
row.label(text="File Path:")
row.prop(cache, "use_library_path", "Use Lib Path")
layout.prop(cache, "filepath", text="")
layout.label(text=cache.info)