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:
authorAntony Riakiotakis <kalast@gmail.com>2014-11-14 16:06:29 +0300
committerAntony Riakiotakis <kalast@gmail.com>2014-11-14 16:06:39 +0300
commit8d5d6de7615c79a79a0ab3fa95319650ebe89206 (patch)
tree171b276b6223bc9a4129e62d773dff5a17c8e5ca /release
parentbed09959765ef5f09ff81145636797d45fbc1111 (diff)
Reuse local view for UVs for previous commit, thanks to Campbell for the
suggestion. Also minor compile fix after viewport patch
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 1e3a7433e25..56c0bda5608 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -82,7 +82,7 @@ class IMAGE_MT_view(Menu):
layout.prop(uv, "show_other_objects")
if paint.brush and (context.image_paint_object or sima.mode == 'PAINT'):
layout.prop(uv, "show_texpaint")
- layout.prop(uv, "texpaint_filter_mat")
+ layout.prop(toolsettings, "show_uv_local_view", text="Show same material")
layout.separator()