|
Blender V4.3
|
Public Member Functions | |
| ~UV_ClipboardBuffer () | |
| void | append (UvElementMap *element_map, const int cd_loop_uv_offset) |
| bool | find_isomorphism (UvElementMap *dest_element_map, int island_index, int cd_loop_uv_offset, blender::Vector< int > &r_label, bool *r_search_abandoned) |
| void | write_uvs (UvElementMap *element_map, int island_index, const int cd_loop_uv_offset, const blender::Vector< int > &label) |
Definition at line 42 of file uvedit_clipboard.cc.
| UV_ClipboardBuffer::~UV_ClipboardBuffer | ( | ) |
Definition at line 69 of file uvedit_clipboard.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::clear().
| void UV_ClipboardBuffer::append | ( | UvElementMap * | element_map, |
| const int | cd_loop_uv_offset ) |
Definition at line 151 of file uvedit_clipboard.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), BM_ELEM_CD_GET_FLOAT_P, build_iso_graph(), UvElementMap::island_indices, UvElementMap::island_total_uvs, blender::Vector< T, InlineBufferCapacity, Allocator >::size(), UvElementMap::storage, and UvElementMap::total_islands.
Referenced by uv_copy_exec().
| bool UV_ClipboardBuffer::find_isomorphism | ( | UvElementMap * | dest_element_map, |
| int | island_index, | ||
| int | cd_loop_uv_offset, | ||
| blender::Vector< int > & | r_label, | ||
| bool * | r_search_abandoned ) |
Definition at line 245 of file uvedit_clipboard.cc.
References BLI_assert, find_isomorphism(), UvElementMap::island_total_unique_uvs, and blender::Vector< T, InlineBufferCapacity, Allocator >::size().
Referenced by find_isomorphism(), and uv_paste_exec().
| void UV_ClipboardBuffer::write_uvs | ( | UvElementMap * | element_map, |
| int | island_index, | ||
| const int | cd_loop_uv_offset, | ||
| const blender::Vector< int > & | label ) |
Definition at line 170 of file uvedit_clipboard.cc.
References BLI_assert, BM_ELEM_CD_GET_FLOAT_P, UvElementMap::island_indices, UvElementMap::island_total_unique_uvs, UvElementMap::island_total_uvs, label, UvElementMap::storage, and uv_clipboard.
Referenced by uv_paste_exec().