|
Blender V5.0
|
#include <pbvh_uv_islands.hh>
Public Member Functions | |
UVIslands | |
| UVIslands (const MeshData &mesh_data) | |
| void | extract_borders () |
| void | extend_borders (const MeshData &mesh_data, const UVIslandsMask &islands_mask) |
| void | print_debug (const MeshData &mesh_data) const |
Public Attributes | |
| Vector< UVIsland > | islands |
Definition at line 325 of file pbvh_uv_islands.hh.
|
explicit |
Definition at line 1433 of file pbvh_uv_islands.cc.
References blender::bke::pbvh::uv_islands::add_primitive(), blender::bke::pbvh::uv_islands::MeshData::corner_tris, blender::bke::pbvh::uv_islands::UVIsland::id, islands, blender::bke::pbvh::uv_islands::MeshData::uv_island_ids, and blender::bke::pbvh::uv_islands::MeshData::uv_island_len.
| void blender::bke::pbvh::uv_islands::UVIslands::extend_borders | ( | const MeshData & | mesh_data, |
| const UVIslandsMask & | islands_mask ) |
Definition at line 1456 of file pbvh_uv_islands.cc.
References islands.
Referenced by blender::bke::pbvh::pixels::update_pixels().
| void blender::bke::pbvh::uv_islands::UVIslands::extract_borders | ( | ) |
Definition at line 1449 of file pbvh_uv_islands.cc.
References islands.
Referenced by blender::bke::pbvh::pixels::update_pixels().
| void blender::bke::pbvh::uv_islands::UVIslands::print_debug | ( | const MeshData & | mesh_data | ) | const |
Definition at line 1464 of file pbvh_uv_islands.cc.
References islands.
Definition at line 326 of file pbvh_uv_islands.hh.
Referenced by extend_borders(), extract_borders(), print_debug(), and UVIslands().