Blender V4.3
node_function_util.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include <string.h>
8
9#include "BLI_math_vector.hh"
10#include "BLI_utildefines.h"
11
12#include "MEM_guardedalloc.h"
13
14#include "DNA_node_types.h"
15
16#include "BKE_node.hh"
17
18#include "NOD_multi_function.hh"
19#include "NOD_register.hh"
21
22#include "node_util.hh"
23
25
26#include "RNA_access.hh"
27
28void fn_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass);
Read Guarded memory(de)allocation.
void fn_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
Defines a node type.
Definition BKE_node.hh:218