Differential D11791 Diff 40164 source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_edituv_stretch_area.cc
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_edituv_stretch_area.cc
| Show All 19 Lines | |||||
| /** \file | /** \file | ||||
| * \ingroup draw | * \ingroup draw | ||||
| */ | */ | ||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "BKE_mesh.h" | #include "BKE_mesh.h" | ||||
| #include "draw_cache_extract_mesh_private.h" | #include "extract_mesh.h" | ||||
| namespace blender::draw { | namespace blender::draw { | ||||
| /* ---------------------------------------------------------------------- */ | /* ---------------------------------------------------------------------- */ | ||||
| /** \name Extract Edit UV area stretch | /** \name Extract Edit UV area stretch | ||||
| * \{ */ | * \{ */ | ||||
| static void extract_edituv_stretch_area_init(const MeshRenderData *mr, | static void extract_edituv_stretch_area_init(const MeshRenderData *mr, | ||||
| ▲ Show 20 Lines • Show All 121 Lines • Show Last 20 Lines | |||||