Blender
V3.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 1127 of file DNA_node_types.h.
char CryptomatteEntry::_pad[4] |
Definition at line 1132 of file DNA_node_types.h.
float CryptomatteEntry::encoded_hash |
Definition at line 1129 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 1131 of file DNA_node_types.h.
Referenced by BKE_cryptomatte_matte_id_to_entries(), and cryptomatte_add().
struct CryptomatteEntry* CryptomatteEntry::next |
Definition at line 1128 of file DNA_node_types.h.
struct CryptomatteEntry * CryptomatteEntry::prev |
Definition at line 1128 of file DNA_node_types.h.