Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_icons.c
| Context not available. | |||||
| INIT_BRUSH_ICON(ICON_BRUSH_THUMB, thumb); | INIT_BRUSH_ICON(ICON_BRUSH_THUMB, thumb); | ||||
| INIT_BRUSH_ICON(ICON_BRUSH_ROTATE, twist); | INIT_BRUSH_ICON(ICON_BRUSH_ROTATE, twist); | ||||
| INIT_BRUSH_ICON(ICON_BRUSH_VERTEXDRAW, vertexdraw); | INIT_BRUSH_ICON(ICON_BRUSH_VERTEXDRAW, vertexdraw); | ||||
| /* grease pencil sculpt */ | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_SMOOTH, gp_brush_smooth); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_THICKNESS, gp_brush_thickness); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_STRENGTH, gp_brush_strength); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_GRAB, gp_brush_grab); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_PUSH, gp_brush_push); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_TWIST, gp_brush_twist); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_PINCH, gp_brush_pinch); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_RANDOMIZE, gp_brush_randomize); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_CLONE, gp_brush_clone); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_WEIGHT, gp_brush_weight); | |||||
| /* grease pencil drawing brushes */ | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_PENCIL, gp_brush_pencil); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_PEN, gp_brush_pen); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_INK, gp_brush_ink); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_INKNOISE, gp_brush_inknoise); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_BLOCK, gp_brush_block); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_MARKER, gp_brush_marker); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_CUSTOM, gp_brush_custom); | |||||
| INIT_BRUSH_ICON(ICON_GPBRUSH_FILL, gp_brush_fill); | |||||
| #undef INIT_BRUSH_ICON | #undef INIT_BRUSH_ICON | ||||
| } | } | ||||
| Context not available. | |||||