Blender  V3.3
Public Attributes | List of all members
CryptomatteEntry Struct Reference

#include <DNA_node_types.h>

Public Attributes

struct CryptomatteEntrynext
 
struct CryptomatteEntryprev
 
float encoded_hash
 
char name [64]
 
char _pad [4]
 

Detailed Description

Definition at line 1127 of file DNA_node_types.h.

Member Data Documentation

◆ _pad

char CryptomatteEntry::_pad[4]

Definition at line 1132 of file DNA_node_types.h.

◆ encoded_hash

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().

◆ name

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().

◆ next

struct CryptomatteEntry* CryptomatteEntry::next

Definition at line 1128 of file DNA_node_types.h.

◆ prev

struct CryptomatteEntry * CryptomatteEntry::prev

Definition at line 1128 of file DNA_node_types.h.


The documentation for this struct was generated from the following file: