fixed bugs:
- faceselect mode works again - selecting vertices for lattices, surfaces and curves works again - in previewrender sometimes a square was drawn, which was texture-crop
This commit is contained in:
@@ -801,6 +801,7 @@ void calc_lattverts_ext(void)
|
||||
{
|
||||
|
||||
areawinset(curarea->win);
|
||||
persp(PERSP_VIEW);
|
||||
mymultmatrix(G.obedit->obmat);
|
||||
calc_lattverts();
|
||||
myloadmatrix(G.vd->viewmat);
|
||||
@@ -1025,6 +1026,7 @@ void calc_nurbverts_ext(void)
|
||||
{
|
||||
|
||||
areawinset(curarea->win);
|
||||
persp(PERSP_VIEW);
|
||||
mymultmatrix(G.obedit->obmat);
|
||||
calc_Nurbverts(editNurb.first);
|
||||
myloadmatrix(G.vd->viewmat);
|
||||
|
||||
Reference in New Issue
Block a user