Home
last modified time | relevance | path

Searched refs:edit_uv (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_edit_uv.c135 ED_space_image_get_uv_aspect(sima, &pd->edit_uv.aspect[0], &pd->edit_uv.aspect[1]); in OVERLAY_edit_uv_init()
150 if (pd->edit_uv.do_uv_overlay || pd->edit_uv.do_uv_shadow_overlay) { in OVERLAY_edit_uv_cache_init()
183 if (pd->edit_uv.do_uv_overlay) { in OVERLAY_edit_uv_cache_init()
201 if (pd->edit_uv.do_faces) { in OVERLAY_edit_uv_cache_init()
211 if (pd->edit_uv.do_face_dots) { in OVERLAY_edit_uv_cache_init()
334 pd->edit_uv.stencil_ibuf = NULL; in OVERLAY_edit_uv_cache_init()
365 if (pd->edit_uv.do_faces) { in OVERLAY_edit_uv_cache_populate()
433 if (pd->edit_uv.stencil_ibuf) { in OVERLAY_edit_uv_draw_finish()
435 pd->edit_uv.stencil_image, pd->edit_uv.stencil_ibuf, pd->edit_uv.stencil_lock); in OVERLAY_edit_uv_draw_finish()
456 if (pd->edit_uv.do_uv_overlay) { in OVERLAY_edit_uv_draw()
[all …]
H A Doverlay_private.h388 } edit_uv; member
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_extract.h61 uint32_t edit_uv : 1; member
H A Ddraw_cache_impl_mesh.c107 cd_used->edit_uv = 1; in mesh_cd_calc_edit_uv_layer()
599 cache->cd_used.edit_uv = 0; in mesh_batch_cache_discard_uvedit()
1025 BLI_assert(cd_needed.edit_uv != 0 && in edituv_request_active_uv()
H A Ddraw_cache_extract_mesh.c2280 if (mr->extract_type == MR_EXTRACT_BMESH && cache->cd_used.edit_uv == 1) { in extract_uv_init()