Blender  V2.93
Functions | Variables
node_fn_boolean_math.cc File Reference
#include "BLI_listbase.h"
#include "BLI_string.h"
#include "RNA_enum_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_function_util.hh"

Go to the source code of this file.

Functions

static void fn_node_boolean_math_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_boolean_math_update (bNodeTree *UNUSED(ntree), bNode *node)
 
static void node_boolean_math_label (bNodeTree *UNUSED(ntree), bNode *node, char *label, int maxlen)
 
static const blender::fn::MultiFunctionget_multi_function (bNode &bnode)
 
static void node_boolean_expand_in_mf_network (blender::nodes::NodeMFNetworkBuilder &builder)
 
void register_node_type_fn_boolean_math ()
 

Variables

static bNodeSocketTemplate fn_node_boolean_math_in []
 
static bNodeSocketTemplate fn_node_boolean_math_out []
 

Function Documentation

◆ fn_node_boolean_math_layout()

static void fn_node_boolean_math_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 38 of file node_fn_boolean_math.cc.

References ptr, and uiItemR().

Referenced by register_node_type_fn_boolean_math().

◆ get_multi_function()

static const blender::fn::MultiFunction& get_multi_function ( bNode bnode)
static

◆ node_boolean_expand_in_mf_network()

static void node_boolean_expand_in_mf_network ( blender::nodes::NodeMFNetworkBuilder builder)
static

◆ node_boolean_math_label()

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

◆ node_boolean_math_update()

static void node_boolean_math_update ( bNodeTree UNUSEDntree,
bNode node 
)
static

◆ register_node_type_fn_boolean_math()

void register_node_type_fn_boolean_math ( void  )

Variable Documentation

◆ fn_node_boolean_math_in

bNodeSocketTemplate fn_node_boolean_math_in[]
static
Initial value:
= {
{SOCK_BOOLEAN, N_("Boolean")},
{SOCK_BOOLEAN, N_("Boolean")},
{-1, ""},
}
#define N_(msgid)
@ SOCK_BOOLEAN

Definition at line 27 of file node_fn_boolean_math.cc.

Referenced by register_node_type_fn_boolean_math().

◆ fn_node_boolean_math_out

bNodeSocketTemplate fn_node_boolean_math_out[]
static
Initial value:
= {
{SOCK_BOOLEAN, N_("Boolean")},
{-1, ""},
}

Definition at line 33 of file node_fn_boolean_math.cc.

Referenced by register_node_type_fn_boolean_math().