Blender  V2.93
Functions | Variables
node_composite_sunbeams.c File Reference
#include "node_composite_util.h"

Go to the source code of this file.

Functions

static void init (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_cmp_sunbeams (void)
 

Variables

static bNodeSocketTemplate inputs []
 
static bNodeSocketTemplate outputs []
 

Function Documentation

◆ init()

static void init ( bNodeTree UNUSEDntree,
bNode node 
)
static

Definition at line 35 of file node_composite_sunbeams.c.

References data, MEM_callocN, and node.

Referenced by register_node_type_cmp_sunbeams().

◆ register_node_type_cmp_sunbeams()

void register_node_type_cmp_sunbeams ( void  )

Variable Documentation

◆ inputs

bNodeSocketTemplate inputs[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 1.0f, 1.0f, 1.0f, 1.0f},
{-1, ""},
}
#define N_(msgid)
@ SOCK_RGBA

Definition at line 26 of file node_composite_sunbeams.c.

Referenced by register_node_type_cmp_sunbeams().

◆ outputs

bNodeSocketTemplate outputs[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image")},
{-1, ""},
}

Definition at line 30 of file node_composite_sunbeams.c.

Referenced by register_node_type_cmp_sunbeams().