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

Go to the source code of this file.

Functions

static void node_composit_init_bokehblur (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_cmp_bokehblur (void)
 

Variables

static bNodeSocketTemplate cmp_node_bokehblur_in []
 
static bNodeSocketTemplate cmp_node_bokehblur_out []
 

Function Documentation

◆ node_composit_init_bokehblur()

static void node_composit_init_bokehblur ( bNodeTree UNUSEDntree,
bNode node 
)
static

Definition at line 38 of file node_composite_bokehblur.c.

References node.

Referenced by register_node_type_cmp_bokehblur().

◆ register_node_type_cmp_bokehblur()

void register_node_type_cmp_bokehblur ( void  )

Variable Documentation

◆ cmp_node_bokehblur_in

bNodeSocketTemplate cmp_node_bokehblur_in[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
{SOCK_RGBA, N_("Bokeh"), 1.0f, 1.0f, 1.0f, 1.0f, 0.0f, 1.0f},
{SOCK_FLOAT, N_("Size"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 10.0f},
{SOCK_FLOAT, N_("Bounding box"), 1.0f, 1.0f, 1.0f, 1.0f, 0.0f, 1.0f},
{-1, ""}}
#define N_(msgid)
@ SOCK_FLOAT
@ SOCK_RGBA

Definition at line 28 of file node_composite_bokehblur.c.

Referenced by register_node_type_cmp_bokehblur().

◆ cmp_node_bokehblur_out

bNodeSocketTemplate cmp_node_bokehblur_out[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f}, {-1, ""}}

Definition at line 35 of file node_composite_bokehblur.c.

Referenced by register_node_type_cmp_bokehblur().