[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23925] trunk/blender/release/scripts/ui/ space_view3d_toolbar.py: 2.5/Sculpt:

Nicholas Bishop nicholasbishop at gmail.com
Sun Oct 18 20:48:48 CEST 2009


Revision: 23925
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23925
Author:   nicholasbishop
Date:     2009-10-18 20:48:48 +0200 (Sun, 18 Oct 2009)

Log Message:
-----------
2.5/Sculpt:

Fixed "Persistent" option for layer brush, someone changed the RNA name but missed the UI script

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-10-18 18:45:08 UTC (rev 23924)
+++ trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2009-10-18 18:48:48 UTC (rev 23925)
@@ -449,7 +449,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