|
Blender V5.0
|
#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 1715 of file DNA_node_types.h.
| char CryptomatteEntry::_pad[4] |
Definition at line 1719 of file DNA_node_types.h.
| float CryptomatteEntry::encoded_hash |
Definition at line 1717 of file DNA_node_types.h.
Referenced by BKE_cryptomatte_matte_id_to_entries(), and cryptomatte_add().
| char CryptomatteEntry::name[64] |
Definition at line 1718 of file DNA_node_types.h.
Referenced by BKE_cryptomatte_matte_id_to_entries(), and cryptomatte_add().
| struct CryptomatteEntry* CryptomatteEntry::next |
Definition at line 1716 of file DNA_node_types.h.
| struct CryptomatteEntry * CryptomatteEntry::prev |
Definition at line 1716 of file DNA_node_types.h.