Blender  V2.59
Defines | Functions
node_util.h File Reference
#include "MEM_guardedalloc.h"

Go to the source code of this file.

Defines

#define DO_INLINE   static inline

Functions

void node_free_curves (struct bNode *node)
void node_free_standard_storage (struct bNode *node)
void node_copy_curves (struct bNode *orig_node, struct bNode *new_node)
void node_copy_standard_storage (struct bNode *orig_node, struct bNode *new_node)
const char * node_blend_label (struct bNode *node)
const char * node_math_label (struct bNode *node)
const char * node_vect_math_label (struct bNode *node)
const char * node_filter_label (struct bNode *node)

Detailed Description

Definition in file node_util.h.


Define Documentation

#define DO_INLINE   static inline

Definition at line 61 of file node_util.h.


Function Documentation

const char* node_blend_label ( struct bNode node)
void node_copy_curves ( struct bNode orig_node,
struct bNode new_node 
)
void node_copy_standard_storage ( struct bNode orig_node,
struct bNode new_node 
)
const char* node_filter_label ( struct bNode node)

Definition at line 82 of file node_util.c.

References bNode::custom1, node_filter_items, and RNA_enum_name().

Referenced by register_node_type_cmp_filter().

void node_free_curves ( struct bNode node)
void node_free_standard_storage ( struct bNode node)
const char* node_math_label ( struct bNode node)
const char* node_vect_math_label ( struct bNode node)

Definition at line 75 of file node_util.c.

References bNode::custom1, node_vec_math_items, and RNA_enum_name().

Referenced by register_node_type_sh_vect_math().