Blender  V2.93
Functions | Variables
node_composite_keyingscreen.c File Reference
#include "DNA_movieclip_types.h"
#include "BLI_math_base.h"
#include "BLI_math_color.h"
#include "node_composite_util.h"

Go to the source code of this file.

Functions

static void node_composit_init_keyingscreen (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_cmp_keyingscreen (void)
 

Variables

static bNodeSocketTemplate cmp_node_keyingscreen_out []
 

Function Documentation

◆ node_composit_init_keyingscreen()

static void node_composit_init_keyingscreen ( bNodeTree UNUSEDntree,
bNode node 
)
static

Definition at line 38 of file node_composite_keyingscreen.c.

References data, MEM_callocN, and node.

Referenced by register_node_type_cmp_keyingscreen().

◆ register_node_type_cmp_keyingscreen()

void register_node_type_cmp_keyingscreen ( void  )

Variable Documentation

◆ cmp_node_keyingscreen_out

bNodeSocketTemplate cmp_node_keyingscreen_out[]
static
Initial value:
= {
{SOCK_RGBA, "Screen"},
{-1, ""},
}
@ SOCK_RGBA

Definition at line 33 of file node_composite_keyingscreen.c.

Referenced by register_node_type_cmp_keyingscreen().