|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| struct CryptomatteEntry * | next |
| struct CryptomatteEntry * | prev |
| float | encoded_hash |
| char | name [64] |
| char | _pad [4] |
Definition at line 1516 of file DNA_node_types.h.
| char CryptomatteEntry::_pad[4] |
Definition at line 1521 of file DNA_node_types.h.
| float CryptomatteEntry::encoded_hash |
Definition at line 1518 of file DNA_node_types.h.
Referenced by BKE_cryptomatte_matte_id_to_entries(), and cryptomatte_add().
| char CryptomatteEntry::name[64] |
MAX_NAME.
Definition at line 1520 of file DNA_node_types.h.
Referenced by BKE_cryptomatte_matte_id_to_entries(), and cryptomatte_add().
| struct CryptomatteEntry* CryptomatteEntry::next |
Definition at line 1517 of file DNA_node_types.h.
| struct CryptomatteEntry * CryptomatteEntry::prev |
Definition at line 1517 of file DNA_node_types.h.