|
Blender V5.0
|
#include <BKE_customdata.hh>
Classes | |
| struct | TrivialCopy |
| struct | Copy |
| struct | TrivialDefault |
| struct | Default |
| struct | Free |
Public Attributes | |
| blender::Vector< TrivialCopy > | trivial_copies |
| blender::Vector< Copy > | copies |
| blender::Vector< TrivialDefault > | trivial_defaults |
| blender::Vector< Default > | defaults |
| blender::Vector< Free > | free |
Holds the minimal data necessary to copy data blocks from one custom data format to another.
Definition at line 360 of file BKE_customdata.hh.
| blender::Vector<Copy> BMCustomDataCopyMap::copies |
Definition at line 384 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block(), and CustomData_bmesh_copy_map_calc().
| blender::Vector<Default> BMCustomDataCopyMap::defaults |
Definition at line 386 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block(), and CustomData_bmesh_copy_map_calc().
| blender::Vector<Free> BMCustomDataCopyMap::free |
Definition at line 387 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block(), and CustomData_bmesh_copy_map_calc().
| blender::Vector<TrivialCopy> BMCustomDataCopyMap::trivial_copies |
Definition at line 383 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block(), and CustomData_bmesh_copy_map_calc().
| blender::Vector<TrivialDefault> BMCustomDataCopyMap::trivial_defaults |
Definition at line 385 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block(), and CustomData_bmesh_copy_map_calc().