Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2005-07-15 22:15:56 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-15 22:15:56 +0400
commit10d865df2523f9ca10b76ee301444c444d330bb5 (patch)
tree04fb6d8a4382de68439963521e8fc4f97cb10560 /source/blender/src/editcurve.c
parente0dd08dc52adfb3762ebd52c12c998f4b0583aa7 (diff)
- remove calls to showkeypos from exit editmode functions, should be
handled by DAG update now. (ton: please confirm)
Diffstat (limited to 'source/blender/src/editcurve.c')
-rw-r--r--source/blender/src/editcurve.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/src/editcurve.c b/source/blender/src/editcurve.c
index 04aec0c48c7..9b3d3c2a3ef 100644
--- a/source/blender/src/editcurve.c
+++ b/source/blender/src/editcurve.c
@@ -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));