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_sapling/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'add_curve_sapling/utils.py') diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py index 98b6f741..16a4509e 100644 --- a/add_curve_sapling/utils.py +++ b/add_curve_sapling/utils.py @@ -484,8 +484,7 @@ def addTree(props): bpy.context.scene.objects.link(treeOb) cu.dimensions = '3D' - cu.use_fill_back = False - cu.use_fill_front = False + cu.fill_mode = 'FULL' cu.bevel_depth = bevelDepth cu.bevel_resolution = bevelRes -- cgit v1.2.3