Curve Draw: option to apply absolute offset

Offset used curve radius, which isn't useful drawing without any bevel radius.
This commit is contained in:
Campbell Barton
2016-05-04 15:45:55 +10:00
parent 568514c875
commit 6f2797b50b
4 changed files with 25 additions and 13 deletions

View File

@@ -597,7 +597,8 @@ class VIEW3D_PT_tools_curveedit_options_stroke(View3DPanel, Panel):
col = layout.column()
if cps.depth_mode == 'SURFACE':
col.prop(cps, "radius_offset")
col.prop(cps, "surface_offset")
col.prop(cps, "use_offset_absolute")
col.prop(cps, "use_stroke_endpoints")
if cps.use_stroke_endpoints:
colsub = layout.column(align=True)