[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31940] trunk/blender/release/scripts/ui/ properties_data_curve.py: filling is used for 3D curves but not for filling , sigh.

Campbell Barton ideasman42 at gmail.com
Wed Sep 15 10:38:29 CEST 2010


Revision: 31940
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31940
Author:   campbellbarton
Date:     2010-09-15 10:38:29 +0200 (Wed, 15 Sep 2010)

Log Message:
-----------
filling is used for 3D curves but not for filling, sigh.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_data_curve.py

Modified: trunk/blender/release/scripts/ui/properties_data_curve.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_data_curve.py	2010-09-15 08:34:41 UTC (rev 31939)
+++ trunk/blender/release/scripts/ui/properties_data_curve.py	2010-09-15 08:38:29 UTC (rev 31940)
@@ -108,7 +108,7 @@
             sub.prop(curve, "resolution_v", text="Preview V")
             sub.prop(curve, "render_resolution_v", text="Render V")
 
-        if (is_curve or is_text) and curve.dimensions != '3D':
+        if (is_curve or is_text):
             sub = col.column()
             sub.active = (curve.bevel_object is None)
             sub.label(text="Fill:")





More information about the Bf-blender-cvs mailing list