From 25e8550739ef6e14b1496931228138533e3944bb Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Fri, 27 Mar 2020 12:11:48 +0100 Subject: CPencil: Cleanup unused fill code This is now replaced by draw engine and annotations don't use fill. --- source/blender/makesdna/DNA_material_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h index f2e65ff9251..10a549edc17 100644 --- a/source/blender/makesdna/DNA_material_types.h +++ b/source/blender/makesdna/DNA_material_types.h @@ -87,7 +87,7 @@ typedef struct MaterialGPencilStyle { /** Factor to shift texture in 2d space. */ float texture_offset[2]; /** Texture opacity. */ - float texture_opacity; + float texture_opacity DNA_DEPRECATED; /** Pixel size for uv along the stroke. */ float texture_pixsize; /** Drawing mode (line or dots). */ -- cgit v1.2.3