From 5506d12bba76fc89e809c418920fdd4fe00e4cb8 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sun, 18 Oct 2009 18:48:48 +0000 Subject: [PATCH] 2.5/Sculpt: Fixed "Persistent" option for layer brush, someone changed the RNA name but missed the UI script --- release/scripts/ui/space_view3d_toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py index d93a2d26040..a72caec5e9f 100644 --- a/release/scripts/ui/space_view3d_toolbar.py +++ b/release/scripts/ui/space_view3d_toolbar.py @@ -449,7 +449,7 @@ class VIEW3D_PT_tools_brush(PaintPanel): 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 #