Blender Git Commit Log
Git Commits -> Revision cd82719
Revision cd82719 by Pablo Dobarro (master) October 31, 2019, 13:45 (GMT) |
Paint: Option to disable antialiasing You may want to disable antialiasing if you are working with pixel art or low resolution textures. It is enabled by default. Reviewed By: jbakker, campbellbarton Differential Revision: https://developer.blender.org/D6044 |
Commit Details:
Full Hash: cd827194f7cc771e9947d474ba0e7c4ae2a2aa9a
Parent Commit: be2bdaf
Lines Changed: +26, -3
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+6, -1) (Diff)
/source/blender/makesdna/DNA_brush_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+8, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+6, -1) (Diff)
/source/blender/makesdna/DNA_brush_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+8, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -0) (Diff)