Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/space_image.c
| Show First 20 Lines • Show All 652 Lines • ▼ Show 20 Lines | if (mask) { | ||||
| ED_space_image_get_size(sima, &width, &height); | ED_space_image_get_size(sima, &width, &height); | ||||
| ED_space_image_get_aspect(sima, &aspx, &aspy); | ED_space_image_get_aspect(sima, &aspx, &aspy); | ||||
| if (show_viewer) { | if (show_viewer) { | ||||
| BLI_thread_unlock(LOCK_DRAW_IMAGE); | BLI_thread_unlock(LOCK_DRAW_IMAGE); | ||||
| } | } | ||||
| ED_mask_draw_region(mask, | ED_mask_draw_region(depsgraph, | ||||
| mask, | |||||
| ar, | ar, | ||||
| sima->mask_info.draw_flag, | sima->mask_info.draw_flag, | ||||
| sima->mask_info.draw_type, | sima->mask_info.draw_type, | ||||
| sima->mask_info.overlay_mode, | sima->mask_info.overlay_mode, | ||||
| width, | width, | ||||
| height, | height, | ||||
| aspx, | aspx, | ||||
| aspy, | aspy, | ||||
| ▲ Show 20 Lines • Show All 420 Lines • Show Last 20 Lines | |||||