From da3fabba95dc6854915c455186d670484633573a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 19 Sep 2011 09:52:40 +0000 Subject: Changes related on recent curves rna renaming. --- add_curve_torus_knots.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'add_curve_torus_knots.py') diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py index ed0329e1..5854d42f 100644 --- a/add_curve_torus_knots.py +++ b/add_curve_torus_knots.py @@ -89,8 +89,7 @@ def create_torus_knot(self, context): if self.geo_surf: curve_data.bevel_depth = self.geo_bDepth curve_data.bevel_resolution = self.geo_bRes - curve_data.use_fill_front = False - curve_data.use_fill_back = False + curve_data.fill_mode = 'FULL' curve_data.extrude = self.geo_extrude #curve_data.offset = self.geo_width # removed, somehow screws things up all of a sudden curve_data.resolution_u = self.geo_res -- cgit v1.2.3