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:
authorCampbell Barton <ideasman42@gmail.com>2010-09-23 16:50:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-23 16:50:45 +0400
commit57c4e9c8f76c154ea1a0b43e2b37a6a1ccae5804 (patch)
tree034f96126fe982791ddbb02c38ef86dd9acf49d6 /release
parentf88ad3f04894d37028bb35ffdbd39636d57a37cb (diff)
[#23882] BrushTexture.Slot.size missing
missed with rna renaming
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py
index b4bad02bda6..a6f3f7e34c2 100644
--- a/release/scripts/ui/space_view3d_toolbar.py
+++ b/release/scripts/ui/space_view3d_toolbar.py
@@ -768,7 +768,7 @@ class VIEW3D_PT_tools_brush_texture(PaintPanel, bpy.types.Panel):
col = split.column()
- col.prop(tex_slot, "size")
+ col.prop(tex_slot, "scale")
col = layout.column()