Annotations: Add layer Opacity paramater

This option was removed in the refactor of grease pencil and never was set again.
This commit is contained in:
Antonio Vazquez 2021-02-23 16:14:56 +01:00
parent 18be02b859
commit c62e60f01f
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ class AnnotationDataPanel:
tool_settings = context.tool_settings
if gpd and gpl:
layout.prop(gpl, "opacity", text="Opacity", slider=True)
layout.prop(gpl, "thickness")
else:
layout.prop(tool_settings, "annotation_thickness", text="Thickness")