== Multires ==
Partial fix for bug #5771, Multires tool deletes crease flags on edges * Modified the edge flags code to support all of the edge flags (not just seams.) * Added a new array to the Multires struct to store creases. * For Mark Sharp, Clear Sharp, and Crease, displays an error if applied to a multires mesh not on level 1.
This commit is contained in:
@@ -1658,7 +1658,8 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
||||
seam_mark_clear_tface(0);
|
||||
}
|
||||
else if (G.qual==LR_SHIFTKEY) {
|
||||
if (G.obedit && G.obedit->type==OB_MESH) {
|
||||
if (G.obedit && G.obedit->type==OB_MESH &&
|
||||
!multires_level1_test()) {
|
||||
initTransform(TFM_CREASE, CTX_EDGE);
|
||||
Transform();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user