From c62e60f01f2afb445380f7a38975848cc0496873 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Tue, 23 Feb 2021 16:14:56 +0100 Subject: Annotations: Add layer Opacity paramater This option was removed in the refactor of grease pencil and never was set again. --- release/scripts/startup/bl_ui/properties_grease_pencil_common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py index 67905192fe8..8e47b3103cd 100644 --- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py +++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py @@ -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") -- cgit v1.2.3