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

Go to the source code of this file.

Functions

static void node_composit_init_dblur (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_cmp_dblur (void)
 

Variables

static bNodeSocketTemplate cmp_node_dblur_in []
 
static bNodeSocketTemplate cmp_node_dblur_out [] = {{SOCK_RGBA, N_("Image")}, {-1, ""}}
 

Function Documentation

◆ node_composit_init_dblur()

static void node_composit_init_dblur ( bNodeTree UNUSEDntree,
bNode node 
)
static

◆ register_node_type_cmp_dblur()

void register_node_type_cmp_dblur ( void  )

Variable Documentation

◆ cmp_node_dblur_in

bNodeSocketTemplate cmp_node_dblur_in[]
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_directionalblur.c.

Referenced by register_node_type_cmp_dblur().

◆ cmp_node_dblur_out

bNodeSocketTemplate cmp_node_dblur_out[] = {{SOCK_RGBA, N_("Image")}, {-1, ""}}
static

Definition at line 29 of file node_composite_directionalblur.c.

Referenced by register_node_type_cmp_dblur().