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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-20 17:42:27 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-20 17:42:27 +0400
commit886ce5a35101ea8bfef9c02745a94b1ab017f12f (patch)
treecb3f418bb74daa4411a9267039bcfa6e957bfbdc /release
parenta1494105657e0cc428b6e9163df500d0fe5b3176 (diff)
* can use file for brush icon
* fixed memory leaks * moved some of the brush icon code around * the update of the icon after a change is more responsive
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_view3d_toolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py
index 9bdfd3c5d15..dabd26f6aad 100644
--- a/release/scripts/ui/space_view3d_toolbar.py
+++ b/release/scripts/ui/space_view3d_toolbar.py
@@ -1126,8 +1126,8 @@ class VIEW3D_PT_tools_brush_appearance(PaintPanel):
row = col.row(align=True)
row.prop(brush, "icon", text="")
- #row = col.row(align=True)
- #row.prop(brush, "icon_filepath", text="")
+ row = col.row(align=True)
+ row.prop(brush, "icon_filepath", text="")
# ********** default tools for weightpaint ****************