From f09fcda8b681656b3f7bf8917ecf654a9d30faef Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Wed, 23 Sep 2020 13:22:34 +0200 Subject: Fix T81081: GPencil preset error Caused by still having 'texture_opacity' in the preests and the preset operator (but this was removed in the 2.83 rewrite). Maniphest Tasks: T81081 Differential Revision: https://developer.blender.org/D8990 --- release/scripts/startup/bl_operators/presets.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release/scripts/startup') diff --git a/release/scripts/startup/bl_operators/presets.py b/release/scripts/startup/bl_operators/presets.py index 2ea93a1aee9..243fad076cc 100644 --- a/release/scripts/startup/bl_operators/presets.py +++ b/release/scripts/startup/bl_operators/presets.py @@ -686,7 +686,6 @@ class AddPresetGpencilMaterial(AddPresetBase, Operator): "gpcolor.texture_offset", "gpcolor.texture_scale", "gpcolor.texture_angle", - "gpcolor.texture_opacity", "gpcolor.texture_clamp", "gpcolor.mix_factor", "gpcolor.show_stroke", -- cgit v1.2.3