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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-19 13:52:40 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-19 13:52:40 +0400
commitda3fabba95dc6854915c455186d670484633573a (patch)
tree105ab20e7739301f74874bd3e2a6ccf6ae2c0516 /animation_rotobezier.py
parent1319f04e30a81c2934ca92eb42e6f2660b5cf799 (diff)
Changes related on recent curves rna renaming.
Diffstat (limited to 'animation_rotobezier.py')
-rw-r--r--animation_rotobezier.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index 3f4f1003..7003bd35 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -283,8 +283,7 @@ def MakeMatte (Type):
Curve = Obj.data
Curve.dimensions = '2D'
- Curve.use_fill_front = False
- Curve.use_fill_back = False
+ Curve.fill_mode = 'NONE'
class CURVE_OT_make_white_matte_rotobezier(bpy.types.Operator):