Commit: 1ea1b73e497c9e129091931d5987399e49840beb Author: Philipp Oeser Date: Fri Jun 3 13:20:31 2022 +0200 Branches: blender-v3.2-release https://developer.blender.org/rB1ea1b73e497c9e129091931d5987399e49840beb
Fix T98565: remove unused BRUSH_PAINT icon definition This could spam the console with errors (potentionally slowing down in cases). Was added in rBeae36be372a6, but not used. Maniphest Tasks: T98565 Differential Revision: https://developer.blender.org/D15113 =================================================================== M source/blender/editors/include/UI_icons.h =================================================================== diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index d1a6501408c..94232a5108d 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -903,7 +903,6 @@ DEF_ICON_COLOR(BRUSH_TEXFILL) DEF_ICON_COLOR(BRUSH_TEXMASK) DEF_ICON_COLOR(BRUSH_THUMB) DEF_ICON_COLOR(BRUSH_ROTATE) -DEF_ICON_COLOR(BRUSH_PAINT) /* grease pencil sculpt */ DEF_ICON_COLOR(GPBRUSH_SMOOTH) _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
