GPencil: Implement antialiasing parameter to Pixel FX

Related to T78153

Differential Revision: https://developer.blender.org/D8100
This commit is contained in:
2020-06-23 19:11:52 +02:00
parent f3a8192ef7
commit 11a390e85e
4 changed files with 15 additions and 7 deletions

View File

@@ -68,6 +68,8 @@ static void panel_draw(const bContext *C, Panel *panel)
uiItemFullR(col, &ptr, prop, 0, 0, 0, IFACE_("Size X"), ICON_NONE);
uiItemFullR(col, &ptr, prop, 1, 0, 0, IFACE_("Y"), ICON_NONE);
uiItemR(layout, &ptr, "use_antialiasing", 0, NULL, ICON_NONE);
shaderfx_panel_end(layout, &ptr);
}