rna renaming, still only adjusting properties that wont be animated (at least its very unlikely).
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user