two fixes:

- while Faceselect mode on Subsurf, it didnt render the changes. this was
  because the displaylist wasnt updated (the 3d window shows original mesh)
- added proper redraw event for F10-sound buttons when you add a new sound.
  somehow sound doesnt play anymore here... have to check further.
This commit is contained in:
2004-01-16 19:30:25 +00:00
parent dcc8af9374
commit d5a1b582c3
4 changed files with 21 additions and 11 deletions

View File

@@ -411,6 +411,7 @@ void rotate_uv_tface()
mface++;
}
makeDispList(OBACT);
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWIMAGE, 0);
}
@@ -1063,6 +1064,8 @@ void uv_autocalc_tface()
}
}
makeDispList(OBACT);
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWIMAGE, 0);
myloadmatrix(G.vd->viewmat);