- remove calls to showkeypos from exit editmode functions, should be
handled by DAG update now. (ton: please confirm)
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -154,8 +154,6 @@ void load_editLatt(void)
|
||||
fp+= 3;
|
||||
bp++;
|
||||
}
|
||||
|
||||
showkeypos(lt->key, actkey);
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
@@ -1215,9 +1215,6 @@ void load_editMesh(void)
|
||||
|
||||
currkey= currkey->next;
|
||||
}
|
||||
|
||||
/* forces update */
|
||||
if(actkey) showkeypos(me->key, actkey);
|
||||
}
|
||||
|
||||
if(oldverts) MEM_freeN(oldverts);
|
||||
|
||||
Reference in New Issue
Block a user