Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_brush_types.h
| Show First 20 Lines • Show All 864 Lines • ▼ Show 20 Lines | (ELEM(t, /* These brushes, as currently coded, cannot support dynamic topology */ \ | ||||
| SCULPT_TOOL_ROTATE, \ | SCULPT_TOOL_ROTATE, \ | ||||
| SCULPT_TOOL_CLOTH, \ | SCULPT_TOOL_CLOTH, \ | ||||
| SCULPT_TOOL_THUMB, \ | SCULPT_TOOL_THUMB, \ | ||||
| SCULPT_TOOL_LAYER, \ | SCULPT_TOOL_LAYER, \ | ||||
| SCULPT_TOOL_DISPLACEMENT_ERASER, \ | SCULPT_TOOL_DISPLACEMENT_ERASER, \ | ||||
| SCULPT_TOOL_DRAW_SHARP, \ | SCULPT_TOOL_DRAW_SHARP, \ | ||||
| SCULPT_TOOL_SLIDE_RELAX, \ | SCULPT_TOOL_SLIDE_RELAX, \ | ||||
| SCULPT_TOOL_ELASTIC_DEFORM, \ | SCULPT_TOOL_ELASTIC_DEFORM, \ | ||||
| SCULPT_TOOL_BOUNDARY, \ | |||||
| SCULPT_TOOL_POSE, \ | SCULPT_TOOL_POSE, \ | ||||
| SCULPT_TOOL_DRAW_FACE_SETS, \ | SCULPT_TOOL_DRAW_FACE_SETS, \ | ||||
| SCULPT_TOOL_PAINT, \ | SCULPT_TOOL_PAINT, \ | ||||
| SCULPT_TOOL_SMEAR, \ | SCULPT_TOOL_SMEAR, \ | ||||
| \ | \ | ||||
| /* These brushes could handle dynamic topology, \ \ | /* These brushes could handle dynamic topology, \ \ | ||||
| * but user feedback indicates it's better not to */ \ | * but user feedback indicates it's better not to */ \ | ||||
| SCULPT_TOOL_SMOOTH, \ | SCULPT_TOOL_SMOOTH, \ | ||||
| ▲ Show 20 Lines • Show All 100 Lines • Show Last 20 Lines | |||||