Home
last modified time | relevance | path

Searched refs:NodeCryptomatte (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/nodes/composite/nodes/
H A Dnode_composite_cryptomatte.c49 static void cryptomatte_add(NodeCryptomatte *n, float f) in cryptomatte_add()
116 static void cryptomatte_remove(NodeCryptomatte *n, float f) in cryptomatte_remove()
207 NodeCryptomatte *n = node->storage; in ntreeCompositCryptomatteSyncFromAdd()
218 NodeCryptomatte *n = node->storage; in ntreeCompositCryptomatteSyncFromRemove()
229 NodeCryptomatte *n = node->storage; in ntreeCompositCryptomatteAddSocket()
240 NodeCryptomatte *n = node->storage; in ntreeCompositCryptomatteRemoveSocket()
252 NodeCryptomatte *user = MEM_callocN(sizeof(NodeCryptomatte), "cryptomatte user"); in init()
265 NodeCryptomatte *nc = node->storage; in node_free_cryptomatte()
280 NodeCryptomatte *src_nc = src_node->storage; in node_copy_cryptomatte()
281 NodeCryptomatte *dest_nc = MEM_dupallocN(src_nc); in node_copy_cryptomatte()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/nodes/
H A DCOM_CryptomatteNode.cpp60 NodeCryptomatte *cryptoMatteSettings = (NodeCryptomatte *)node->storage; in convertToOperations()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_node_types.h1042 typedef struct NodeCryptomatte { struct
1048 } NodeCryptomatte; typedef
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dnode.c478 NodeCryptomatte *nc = (NodeCryptomatte *)node->storage; in ntreeBlendWrite()
635 NodeCryptomatte *nc = (NodeCryptomatte *)node->storage; in ntreeBlendReadData()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_nodetree.c3494 NodeCryptomatte *nc = node->storage; in rna_NodeCryptomatte_matte_get()
3502 NodeCryptomatte *nc = node->storage; in rna_NodeCryptomatte_matte_length()
3510 NodeCryptomatte *nc = node->storage; in rna_NodeCryptomatte_matte_set()