[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24319] trunk/blender/release/scripts/ui/ space_view3d_toolbar.py: Bugfix: sculpt layer brush "persistent" option was not showing up in UI.

Brecht Van Lommel brecht at blender.org
Wed Nov 4 21:12:27 CET 2009


Revision: 24319
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24319
Author:   blendix
Date:     2009-11-04 21:12:27 +0100 (Wed, 04 Nov 2009)

Log Message:
-----------
Bugfix: sculpt layer brush "persistent" option was not showing up in UI.

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

Modified: trunk/blender/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2009-11-04 20:11:57 UTC (rev 24318)
+++ trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2009-11-04 20:12:27 UTC (rev 24319)
@@ -524,7 +524,7 @@
                     col.row().itemR(brush, "direction", expand=True)
 
                 if brush.sculpt_tool == 'LAYER':
-                    col.itemR(brush, "persistent")
+                    col.itemR(brush, "use_persistent")
                     col.itemO("sculpt.set_persistent_base")
 
         # Texture Paint Mode #





More information about the Bf-blender-cvs mailing list