False should be with capital in Py

(IRC report by dsavi)
This commit is contained in:
2010-11-29 18:58:49 +00:00
parent b195cdd14c
commit c8422f0de3

View File

@@ -54,7 +54,7 @@ def point_cache_ui(self, context, cache, enabled, cachetype):
if cachetype == 'SMOKE':
if bpy.data.is_dirty:
layout.label(text="Cache is disabled until the file is saved")
layout.enabled = false
layout.enabled = False
layout.prop(cache, "name", text="File Name")