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:
authorTon Roosendaal <ton@blender.org>2004-04-22 14:35:02 +0400
committerTon Roosendaal <ton@blender.org>2004-04-22 14:35:02 +0400
commit004307a5723af8fe03150342fdd05d262ead03bb (patch)
treeb706620303465d10ca0c457e03d196cffc726ebb /source/blender/src/buttons_editing.c
parent892720ffade869bcb112e5ce7afa9e891eefa171 (diff)
Small fix: when using vertex keys for Lattices, all buttons in the panel
where locked. This should not be for three of them, to set drawtype or key mode (slurph, relative)
Diffstat (limited to 'source/blender/src/buttons_editing.c')
-rw-r--r--source/blender/src/buttons_editing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c
index d86ea2dcf7c..cfa36a0a754 100644
--- a/source/blender/src/buttons_editing.c
+++ b/source/blender/src/buttons_editing.c
@@ -1177,6 +1177,7 @@ static void editing_panel_lattice_type(Object *ob, Lattice *lt)
uiDefBut(block, BUT, B_RESIZELAT, "Make Regular", 470,101,99,32, 0, 0, 0, 0, 0, "");
+ uiClearButLock();
uiDefButS(block, TOG|BIT|1, B_LATTCHANGED, "Outside", 571,101,120,31, &lt->flag, 0, 0, 0, 0, "");
if(lt->key) {