Differential D11791 Diff 40164 source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_edituv_stretch_angle.cc
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_edituv_stretch_angle.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 angle stretch | /** \name Extract Edit UV angle stretch | ||||
| * \{ */ | * \{ */ | ||||
| struct UVStretchAngle { | struct UVStretchAngle { | ||||
| ▲ Show 20 Lines • Show All 200 Lines • Show Last 20 Lines | |||||