From e3d78dd4e1ed61091b6cedc8db6362f0f3c42021 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Sun, 13 Aug 2006 08:31:59 +0000 Subject: * Fix: Disabled radius tapering on 2d curves with filled front or back. It would be really cool to get this working solidly, but there are many potential problems with the triangle face creation across the flat surfaces, especially when there are holes inside the curves. Maybe this could be a fun project for someone better at this than I? :) Taper object curves still cause similar problems... * Made the curve radius affect the 'Nsize' curve normal drawing too, so you don't need a bevel to see the value. --- source/blender/blenkernel/BKE_curve.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenkernel/BKE_curve.h') diff --git a/source/blender/blenkernel/BKE_curve.h b/source/blender/blenkernel/BKE_curve.h index c05e1e729f3..c3a7cdcd8dd 100644 --- a/source/blender/blenkernel/BKE_curve.h +++ b/source/blender/blenkernel/BKE_curve.h @@ -71,6 +71,8 @@ float *make_orco_surf( struct Object *ob); void makebevelcurve( struct Object *ob, struct ListBase *disp); void makeBevelList( struct Object *ob); +float calc_curve_subdiv_radius( struct Curve *cu, struct Nurb *nu, int cursubdiv); + void calchandleNurb( struct BezTriple *bezt, struct BezTriple *prev, struct BezTriple *next, int mode); void calchandlesNurb( struct Nurb *nu); void testhandlesNurb( struct Nurb *nu); -- cgit v1.2.3