Blender  V2.93
Functions | Variables
node_composite_moviedistortion.c File Reference
#include "node_composite_util.h"
#include "BKE_context.h"
#include "BKE_lib_id.h"

Go to the source code of this file.

Functions

static void label (bNodeTree *UNUSED(ntree), bNode *node, char *label, int maxlen)
 
static void init (const bContext *C, PointerRNA *ptr)
 
static void storage_free (bNode *node)
 
static void storage_copy (bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
 
void register_node_type_cmp_moviedistortion (void)
 

Variables

static bNodeSocketTemplate cmp_node_moviedistortion_in []
 
static bNodeSocketTemplate cmp_node_moviedistortion_out []
 

Function Documentation

◆ init()

static void init ( const bContext C,
PointerRNA ptr 
)
static

◆ label()

static void label ( bNodeTree UNUSEDntree,
bNode node,
char *  label,
int  maxlen 
)
static

Definition at line 41 of file node_composite_moviedistortion.c.

References BLI_strncpy(), IFACE_, and node.

Referenced by register_node_type_cmp_moviedistortion().

◆ register_node_type_cmp_moviedistortion()

void register_node_type_cmp_moviedistortion ( void  )

◆ storage_copy()

static void storage_copy ( bNodeTree UNUSEDdest_ntree,
bNode dest_node,
const bNode src_node 
)
static

◆ storage_free()

static void storage_free ( bNode node)
static

Variable Documentation

◆ cmp_node_moviedistortion_in

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

Definition at line 31 of file node_composite_moviedistortion.c.

Referenced by register_node_type_cmp_moviedistortion().

◆ cmp_node_moviedistortion_out

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

Definition at line 36 of file node_composite_moviedistortion.c.

Referenced by register_node_type_cmp_moviedistortion().