[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33382] trunk/blender/release/scripts/ui/ properties_physics_common.py: False should be with capital in Py

Ton Roosendaal ton at blender.org
Mon Nov 29 19:58:49 CET 2010


Revision: 33382
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33382
Author:   ton
Date:     2010-11-29 19:58:49 +0100 (Mon, 29 Nov 2010)

Log Message:
-----------
False should be with capital in Py
(IRC report by dsavi)

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_physics_common.py

Modified: trunk/blender/release/scripts/ui/properties_physics_common.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_physics_common.py	2010-11-29 17:23:06 UTC (rev 33381)
+++ trunk/blender/release/scripts/ui/properties_physics_common.py	2010-11-29 18:58:49 UTC (rev 33382)
@@ -54,7 +54,7 @@
         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")
 





More information about the Bf-blender-cvs mailing list