Commit: b52760a0236f45e1a5a16236a7aeb9888b60aced Author: Philipp Oeser Date: Fri Jun 3 13:20:31 2022 +0200 Branches: master https://developer.blender.org/rBb52760a0236f45e1a5a16236a7aeb9888b60aced
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 ea1095b26ff..d650f4215b9 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
