|
Blender V4.3
|
#include <BKE_customdata.hh>
Classes | |
| struct | Copy |
| struct | Default |
| struct | Free |
| struct | TrivialCopy |
| struct | TrivialDefault |
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 356 of file BKE_customdata.hh.
| blender::Vector<Copy> BMCustomDataCopyMap::copies |
Definition at line 380 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block().
| blender::Vector<Default> BMCustomDataCopyMap::defaults |
Definition at line 382 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block().
| blender::Vector<Free> BMCustomDataCopyMap::free |
Definition at line 383 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block().
| blender::Vector<TrivialCopy> BMCustomDataCopyMap::trivial_copies |
Definition at line 379 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block().
| blender::Vector<TrivialDefault> BMCustomDataCopyMap::trivial_defaults |
Definition at line 381 of file BKE_customdata.hh.
Referenced by CustomData_bmesh_copy_block().