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:
authorTon Roosendaal <ton@blender.org>2009-01-14 16:04:48 +0300
committerTon Roosendaal <ton@blender.org>2009-01-14 16:04:48 +0300
commitefc4ccc9748d5b2075e2a0698d45273f967fdb97 (patch)
treeb1bd8279fd3f28abfb6f8e47e7b787e6ae58fc06 /source/blender/blenkernel/BKE_curve.h
parentea2d6fe0d082b9069adfd72b704560937df3d855 (diff)
2.5
Still some old editNurb here...
Diffstat (limited to 'source/blender/blenkernel/BKE_curve.h')
-rw-r--r--source/blender/blenkernel/BKE_curve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_curve.h b/source/blender/blenkernel/BKE_curve.h
index 49e39f287f5..7065948ea0b 100644
--- a/source/blender/blenkernel/BKE_curve.h
+++ b/source/blender/blenkernel/BKE_curve.h
@@ -79,8 +79,8 @@ void calchandleNurb( struct BezTriple *bezt, struct BezTriple *prev, struct Bez
void calchandlesNurb( struct Nurb *nu);
void testhandlesNurb( struct Nurb *nu);
void autocalchandlesNurb( struct Nurb *nu, int flag);
-void autocalchandlesNurb_all(int flag);
-void sethandlesNurb(short code);
+void autocalchandlesNurb_all(ListBase *editnurb, int flag);
+void sethandlesNurb(ListBase *editnurb, short code);
void switchdirectionNurb( struct Nurb *nu);