GPencil: Smooth and Subdivision variable/setting naming

On second thought, these might be better names for these... I'm still not 100%
happy with these, but they will do for now.

(Best results currently seem to be with smooth 0.7, and subdivision steps 1 or 2)
This commit is contained in:
Joshua Leung
2016-03-28 03:20:15 +13:00
parent fd8f51da08
commit 2bb956f6c9
4 changed files with 14 additions and 15 deletions

View File

@@ -626,9 +626,8 @@ class GreasePencilDataPanel:
layout.separator()
col = layout.column(align=True)
col.label(text="New Stroke Quality:")
split = col.split()
split.prop(gpl, "smooth_drawfac")
split.prop(gpl, "subdivision")
col.prop(gpl, "pen_smooth_factor")
col.prop(gpl, "pen_subdivision_steps")
class GreasePencilToolsPanel: