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:
authorMatt Ebb <matt@mke3.net>2009-09-18 06:19:27 +0400
committerMatt Ebb <matt@mke3.net>2009-09-18 06:19:27 +0400
commitb75d2c56c86ec030dbdf1031361952cccfb89878 (patch)
tree6ab6404e43dd175e2f244041f2d0685337f684cc /release/ui
parent08e2da590f812860ae14fff4d4e22e98cbd3528c (diff)
* Made image editor paint use predefined left/right mouse buttons rather than action/select, consistent with 3d view painting (and better for tablets!)
* Fixed a small bug in project paint tool ui
Diffstat (limited to 'release/ui')
-rw-r--r--release/ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/space_view3d_toolbar.py b/release/ui/space_view3d_toolbar.py
index cbea6466a85..09e85bf5131 100644
--- a/release/ui/space_view3d_toolbar.py
+++ b/release/ui/space_view3d_toolbar.py
@@ -599,7 +599,7 @@ class VIEW3D_PT_tools_vertexpaint(View3DPanel):
# ********** default tools for texturepaint ****************
class VIEW3D_PT_tools_projectpaint(View3DPanel):
- __context__ = "projectpaint"
+ __context__ = "texturepaint"
__label__ = "Project Paint"
def poll(self, context):