Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py3
1 files changed, 1 insertions, 2 deletions
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