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-11-01 20:03:05 +0300
committerTon Roosendaal <ton@blender.org>2004-11-01 20:03:05 +0300
commitc66741510cd0dd0fd3e356966204e380d989fba5 (patch)
treee219924b71fbdbb0dce6762aa1db74ac139038a9 /source/blender/src/buttons_editing.c
parent6d672eee9a551649d9aa134fca0b1c7a9fbe48ea (diff)
- Fix for #1726, the convex() function is smarter now, checking on valid
trias to test in quad PLus: - Add undo-push after 'assign material' in curve editmode, plus redraw to reflect material change - Added tooltips for opengl light buttons in user presets - Added correct buttons window redraw for armature selecting in editmode
Diffstat (limited to 'source/blender/src/buttons_editing.c')
-rw-r--r--source/blender/src/buttons_editing.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c
index ddb7d98b38a..42f7149c821 100644
--- a/source/blender/src/buttons_editing.c
+++ b/source/blender/src/buttons_editing.c
@@ -457,9 +457,6 @@ void do_common_editbuts(unsigned short event) // old name, is a mix of object an
efa->mat_nr= G.obedit->actcol-1;
efa= efa->next;
}
- allqueue(REDRAWVIEW3D_Z, 0);
- makeDispList(G.obedit);
- BIF_undo_push("Assign material index");
}
else if ELEM(G.obedit->type, OB_CURVE, OB_SURF) {
nu= editNurb.first;
@@ -469,6 +466,9 @@ void do_common_editbuts(unsigned short event) // old name, is a mix of object an
nu= nu->next;
}
}
+ allqueue(REDRAWVIEW3D_Z, 0);
+ makeDispList(G.obedit);
+ BIF_undo_push("Assign material index");
}
break;
case B_MATSEL: