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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-01-02 23:33:11 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-02 23:33:11 +0300
commitd813fb3da811d391b6b568fb077b2f3e538ce4db (patch)
tree7132de3f0750afb10180782957093fc74e586ec2 /source/blender/src/editcurve.c
parent09014382151d518d724e86944829efa7f2c3f308 (diff)
Added undo push for retopo all.
Diffstat (limited to 'source/blender/src/editcurve.c')
-rw-r--r--source/blender/src/editcurve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editcurve.c b/source/blender/src/editcurve.c
index 39f61ac94be..13c8ace15d5 100644
--- a/source/blender/src/editcurve.c
+++ b/source/blender/src/editcurve.c
@@ -2671,7 +2671,7 @@ void addvert_Nurb(int mode)
}
}
- retopo_do_all(0,0);
+ retopo_do_all();
test2DNurb(nu);
DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA);