rna renaming, still only adjusting properties that wont be animated (at least its very unlikely).

This commit is contained in:
Campbell Barton
2010-08-18 07:14:10 +00:00
parent 54e6ea70c0
commit 7da5d9faec
72 changed files with 457 additions and 472 deletions

View File

@@ -71,7 +71,7 @@ def point_cache_ui(self, context, cache, enabled, cachetype):
sub.prop(cache, "quick_cache")
sub = col.column()
sub.enabled = bpy.data.file_is_saved
sub.enabled = (not bpy.data.is_dirty)
sub.prop(cache, "disk_cache")
col.label(text=cache.info)