Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/paint_image_2d.c
| Context not available. | |||||
| do_partial_update_mask = true; | do_partial_update_mask = true; | ||||
| renew_maxmask = true; | renew_maxmask = true; | ||||
| } | } | ||||
| /* explicilty disable partial update even if it has been enabled above */ | /* explicitly disable partial update even if it has been enabled above */ | ||||
| if (brush->mask_pressure) { | if (brush->mask_pressure) { | ||||
| do_partial_update_mask = false; | do_partial_update_mask = false; | ||||
| renew_maxmask = true; | renew_maxmask = true; | ||||
| Context not available. | |||||