== Sculpt ==

Fixed bad level calls in sculptmode.
This commit is contained in:
2007-12-26 22:40:56 +00:00
parent ae976e087a
commit 015007beaf
18 changed files with 318 additions and 289 deletions

View File

@@ -1621,7 +1621,7 @@ void enter_editmode(int wc)
if(ob->type==OB_MESH) {
me= get_mesh(ob);
if( me==0 ) return;
if(me->pv) sculptmode_pmv_off(me);
if(me->pv) mesh_pmv_off(ob, me);
ok= 1;
G.obedit= ob;
make_editMesh();