Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2010-11-29 21:58:49 +0300
committerTon Roosendaal <ton@blender.org>2010-11-29 21:58:49 +0300
commitc8422f0de3ef0ded0aa6886b8b2233f812b25647 (patch)
treed5f38853b97ef94349b78c6b46bd0cd3c342a3cd /release
parentb195cdd14ca16fb66c23d611a8f4b44120bf99a7 (diff)
False should be with capital in Py
(IRC report by dsavi)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_physics_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_physics_common.py b/release/scripts/ui/properties_physics_common.py
index d3a00ec62c5..ba1cc9ef626 100644
--- a/release/scripts/ui/properties_physics_common.py
+++ b/release/scripts/ui/properties_physics_common.py
@@ -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")