27 std::string
string = std::string((node_storage->
string) ? node_storage->
string :
"");
39 if (storage ==
nullptr) {
42 if (storage->
string !=
nullptr) {
53 if (source_storage->
string) {
57 dest_node->
storage = destination_storage;
#define NOD_REGISTER_NODE(REGISTER_FUNC)
void uiItemR(uiLayout *layout, PointerRNA *ptr, const char *propname, eUI_Item_Flag flag, const char *name, int icon)
void construct_and_set_matching_fn(Args &&...args)
local_group_size(16, 16) .push_constant(Type b
void MEM_freeN(void *vmemh)
void *(* MEM_callocN)(size_t len, const char *str)
void *(* MEM_dupallocN)(const void *vmemh)
void node_type_storage(bNodeType *ntype, const char *storagename, void(*freefunc)(bNode *node), void(*copyfunc)(bNodeTree *dest_ntree, bNode *dest_node, const bNode *src_node))
void node_register_type(bNodeType *ntype)
void fn_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
void(* initfunc)(bNodeTree *ntree, bNode *node)
NodeMultiFunctionBuildFunction build_multi_function
void(* draw_buttons)(uiLayout *, bContext *C, PointerRNA *ptr)
NodeDeclareFunction declare