|
Blender V5.0
|
#include <optional>#include "BLI_array.hh"#include "BLI_map.hh"#include "BLI_math_vector_types.hh"#include "BLI_offset_indices.hh"#include "BLI_vector.hh"#include "BLI_vector_list.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| namespace | blender::bke::pbvh |
| namespace | blender::bke::pbvh::uv_islands |
UV Islands for pbvh::Tree Pixel extraction. When primitives share an edge they belong to the same UV Island.
Polygons (face with more than 3 edges) are supported as they are split up to primitives.
Definition in file pbvh_uv_islands.hh.