Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node_function_util.hh « function « nodes « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 059b2f9bc177dd5df75b76078c95e8175fd159f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* SPDX-License-Identifier: GPL-2.0-or-later */

#pragma once

#include <string.h>

#include "BLI_math_vector.hh"
#include "BLI_utildefines.h"

#include "MEM_guardedalloc.h"

#include "DNA_node_types.h"

#include "BKE_node.h"

#include "BLT_translation.h"

#include "NOD_function.h"
#include "NOD_multi_function.hh"
#include "NOD_socket_declarations.hh"

#include "node_util.h"

#include "FN_multi_function_builder.hh"

#include "RNA_access.h"

void fn_node_type_base(struct bNodeType *ntype, int type, const char *name, short nclass);