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
This commit is contained in:
Philipp Oeser 2020-09-23 13:22:34 +02:00
parent 9ad80d9896
commit f09fcda8b6
Notes: blender-bot 2023-02-13 21:04:27 +01:00
Referenced by issue #81074, access violation when aligning origin to view
Referenced by issue #81081, Grease pencil object in materials tab in surface panel. Presets throws an error
4 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@ gpcolor.flip = False
gpcolor.texture_offset = (0.0, 0.0)
gpcolor.texture_scale = (1.0, 1.0)
gpcolor.texture_angle = 0.0
gpcolor.texture_opacity = 1.0
gpcolor.texture_clamp = False
gpcolor.mix_factor = 0.0
gpcolor.show_stroke = False

View File

@ -19,7 +19,6 @@ gpcolor.flip = False
gpcolor.texture_offset = (0.0, 0.0)
gpcolor.texture_scale = (1.0, 1.0)
gpcolor.texture_angle = 0.0
gpcolor.texture_opacity = 1.0
gpcolor.texture_clamp = False
gpcolor.mix_factor = 0.0
gpcolor.show_stroke = True

View File

@ -19,7 +19,6 @@ gpcolor.flip = False
gpcolor.texture_offset = (0.0, 0.0)
gpcolor.texture_scale = (1.0, 1.0)
gpcolor.texture_angle = 0.0
gpcolor.texture_opacity = 1.0
gpcolor.texture_clamp = False
gpcolor.mix_factor = 0.0
gpcolor.show_stroke = True

View File

@ -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",