Blender Git Commit Log
Git Commits -> Revision 1717403
Revision 1717403 by Antonis Ryakiotakis (soc-2013-paint) June 24, 2014, 16:06 (GMT) |
Address review points: * Deduplicate panel for texture paint brushes * Use compare_len_v3v3_squared for color comparison in 2d fill tool * NULL check when adding texture. |
Commit Details:
Full Hash: 171740318577a4bf6603952efa964583f9818b24
Parent Commit: d5cc07e
Lines Changed: +126, -192
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+89, -0) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+2, -86) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -78) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+12, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+19, -27) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+2, -86) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -78) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+12, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+19, -27) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -1) (Diff)