Added option to fill caps of bevelled curves.
It can be found in Shape panel below Fill label. If this option is enabled, caps of curve will be filled.
This commit is contained in:
@@ -111,7 +111,8 @@ class DATA_PT_shape_curve(CurveButtonsPanel, Panel):
|
||||
sub = col.column()
|
||||
sub.active = (curve.dimensions == '2D' or (curve.bevel_object is None and curve.dimensions == '3D'))
|
||||
sub.prop(curve, "fill_mode", text="")
|
||||
col.prop(curve, "use_fill_deform", text="Fill Deformed")
|
||||
col.prop(curve, "use_fill_deform")
|
||||
col.prop(curve, "use_fill_caps")
|
||||
|
||||
|
||||
class DATA_PT_curve_texture_space(CurveButtonsPanel, Panel):
|
||||
|
Reference in New Issue
Block a user