Blender Git Commit Log
Git Commits -> Revision b98e674
Revision b98e674 by Clément Foucault (master) January 11, 2019, 15:00 (GMT) |
Texture Paint: Add filtering option for texture paint overlay The overlay should now use the texture interpolation setting in material mode. In image mode, there is now a new button to let the user choose the texture filter. The option is located in the Texture Slots popover and only shows in Image mode. |
Commit Details:
Full Hash: b98e6743dcaf8ec513bbbadc0015cb8729a72a18
Parent Commit: 9177bb3
Lines Changed: +45, -6
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/material.c (+2, -0) (Diff)
/source/blender/draw/modes/paint_texture_mode.c (+8, -4) (Diff)
/source/blender/draw/modes/shaders/paint_texture_frag.glsl (+7, -1) (Diff)
/source/blender/makesdna/DNA_material_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+15, -0) (Diff)
/source/blender/blenkernel/intern/material.c (+2, -0) (Diff)
/source/blender/draw/modes/paint_texture_mode.c (+8, -4) (Diff)
/source/blender/draw/modes/shaders/paint_texture_frag.glsl (+7, -1) (Diff)
/source/blender/makesdna/DNA_material_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+15, -0) (Diff)