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:
authorMatt Ebb <matt@mke3.net>2005-11-24 20:54:49 +0300
committerMatt Ebb <matt@mke3.net>2005-11-24 20:54:49 +0300
commitdb31007e3255acdf62afe42a8da8e488762dde26 (patch)
treeb170776fcc3fe533c9f9dcbd3e4736950ab9adb9 /source/blender/src/editcurve.c
parent986745abcca5b8ac35fa4341dd9832ca50c03fd2 (diff)
* Removed the OK? popups from extruding curve CPs.
Diffstat (limited to 'source/blender/src/editcurve.c')
-rw-r--r--source/blender/src/editcurve.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/src/editcurve.c b/source/blender/src/editcurve.c
index 85437848da2..d87450e7a72 100644
--- a/source/blender/src/editcurve.c
+++ b/source/blender/src/editcurve.c
@@ -2596,8 +2596,6 @@ void addvert_Nurb(int mode)
if(G.obedit==0) return;
if( (G.vd->lay & G.obedit->lay)==0 ) return;
- if(mode=='e' && okee("Extrude")==0) return;
-
Mat3CpyMat4(mat, G.obedit->obmat);
Mat3Inv(imat,mat);
@@ -2741,8 +2739,7 @@ void extrude_nurb()
}
else {
- if(okee("Extrude")==0) return;
-
+
ok= extrudeflagNurb(1); /* '1'= flag */
if(ok) {