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:
authorCampbell Barton <ideasman42@gmail.com>2008-06-12 18:46:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-06-12 18:46:32 +0400
commit82a108b4134cf43a185c22bfe7bf2035c4f6375a (patch)
tree6aa97ca308eeeb49ca8ff6d459c01e4b5d271ae7 /source/blender/include
parent39a47826e31219996c8a08b6cbe80d87ad3661cd (diff)
Curve Smoorth for venomgfx adjusting animation paths over terrain.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_editcurve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editcurve.h b/source/blender/include/BDR_editcurve.h
index 4604359fcc9..363a6567f3e 100644
--- a/source/blender/include/BDR_editcurve.h
+++ b/source/blender/include/BDR_editcurve.h
@@ -99,6 +99,7 @@ int bezt_compare (const void *e1, const void *e2);
void setweightNurb( void );
void setradiusNurb( void );
void smoothradiusNurb( void );
+void smoothNurb( void );
extern void undo_push_curve(char *name);