Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/sculpt_filter_mask.c
| Context not available. | |||||
| {MASK_FILTER_CONTRAST_INCREASE, | {MASK_FILTER_CONTRAST_INCREASE, | ||||
| "CONTRAST_INCREASE", | "CONTRAST_INCREASE", | ||||
| 0, | 0, | ||||
| "Increase contrast", | "Increase Contrast", | ||||
| "Increase the contrast of the paint mask"}, | "Increase the contrast of the paint mask"}, | ||||
| {MASK_FILTER_CONTRAST_DECREASE, | {MASK_FILTER_CONTRAST_DECREASE, | ||||
| "CONTRAST_DECREASE", | "CONTRAST_DECREASE", | ||||
| 0, | 0, | ||||
| "Decrease contrast", | "Decrease Contrast", | ||||
| "Decrease the contrast of the paint mask"}, | "Decrease the contrast of the paint mask"}, | ||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| Context not available. | |||||