Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-07-24 13:39:04 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-07-24 13:39:04 +0400
commitcc40925c360fe031a623311045e1b74b4618629f (patch)
treeccb4deb03740d0cedb12cf279562c9964c8327c8 /source/blender/makesdna/DNA_scene_types.h
parent6e41b008e3fadf76e5a9e2f29005f192c2ed33ec (diff)
UI cleanup:
New layer in texture painting will now allow entering image parameters, similar to new image.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 5e27fffcc97..d7bc8e56e38 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -841,15 +841,10 @@ typedef struct ImagePaintSettings {
short seam_bleed, normal_angle;
short screen_grab_size[2]; /* capture size for re-projection */
- /* new layer default resolution */
- int slot_xresolution_default;
- int slot_yresolution_default;
-
int pad1;
void *paintcursor; /* wm handle */
struct Image *stencil; /* workaround until we support true layer masks */
- float slot_color_default[4];
float stencil_col[3];
float pad2;
} ImagePaintSettings;