- remove calls to showkeypos from exit editmode functions, should be

handled by DAG update now. (ton: please confirm)
This commit is contained in:
2005-07-15 18:15:56 +00:00
parent e0dd08dc52
commit 10d865df25
3 changed files with 1 additions and 10 deletions

View File

@@ -265,11 +265,7 @@ void load_editNurb()
}
if(cu->key && actkey!=cu->key->refkey) {
/* there are keys, only write changes in vertices */
/* when amount of vertices differs, becomes unpredictable a bit */
/* vertex -> vertex copy! */
if(actkey) showkeypos(cu->key, actkey);
;
}
else {
freeNurblist(&(cu->nurb));

View File

@@ -154,8 +154,6 @@ void load_editLatt(void)
fp+= 3;
bp++;
}
showkeypos(lt->key, actkey);
}
else {

View File

@@ -1215,9 +1215,6 @@ void load_editMesh(void)
currkey= currkey->next;
}
/* forces update */
if(actkey) showkeypos(me->key, actkey);
}
if(oldverts) MEM_freeN(oldverts);