From ebc064f5c0c9bc5a5f67c82ea564bf170d135bd0 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 29 Jan 2015 19:23:45 +0100 Subject: Gooseberry request: Dithering support for byte images when painting on projection painting (2D will be separate commit). --- source/blender/makesdna/DNA_scene_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 8acfd233130..fabfa7653f2 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -849,7 +849,7 @@ typedef struct ImagePaintSettings { struct Image *clone; /* clone layer for image mode for projective texture painting */ struct Image *canvas; /* canvas when the explicit system is used for painting */ float stencil_col[3]; - float pad1; + float dither; /* dither amount used when painting on byte images */ } ImagePaintSettings; /* ------------------------------------------- */ -- cgit v1.2.3