[Bf-blender-cvs] [7a21330] master: Fix T39356: unsatisfied with uv pin unpin button, small bug

Bastien Montagne noreply at git.blender.org
Sun Mar 23 14:31:22 CET 2014


Commit: 7a21330421ad822678fa58f35068c378cd3b1d75
Author: Bastien Montagne
Date:   Sun Mar 23 14:30:10 2014 +0100
https://developer.blender.org/rB7a21330421ad822678fa58f35068c378cd3b1d75

Fix T39356: unsatisfied with uv pin unpin button, small bug

===================================================================

M	release/scripts/startup/bl_ui/space_image.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index fce9244..9bf6aaa 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -296,7 +296,7 @@ class IMAGE_MT_uvs(Menu):
         layout.prop(uv, "use_live_unwrap")
         layout.operator("uv.unwrap")
         layout.operator("uv.pin", text="Unpin").clear = True
-        layout.operator("uv.pin")
+        layout.operator("uv.pin").clear = False
 
         layout.separator()




More information about the Bf-blender-cvs mailing list