Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_grease_pencil_common.py
| Context not available. | |||||
| row.prop(gpl, "after_color", text="") | row.prop(gpl, "after_color", text="") | ||||
| sub.prop(gpl, "ghost_after_range", text="After") | sub.prop(gpl, "ghost_after_range", text="After") | ||||
| # Smooth and subdivide new strokes | |||||
| 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") | |||||
| class GreasePencilToolsPanel: | class GreasePencilToolsPanel: | ||||
| # subclass must set | # subclass must set | ||||
| Context not available. | |||||