Blender V4.3
node_composite_util.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2006 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "DNA_ID.h"
12#include "DNA_node_types.h"
13
15#include "node_util.hh"
16
17#include "NOD_composite.hh"
18#include "NOD_socket.hh"
20
21#define CMP_SCALE_MAX 12000
22
24 const bNodeTree *ntree,
25 const char **r_disabled_hint);
26void cmp_node_update_default(bNodeTree *ntree, bNode *node);
27void cmp_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass);
ID and Library types, which are fundamental for SDNA.
bool cmp_node_poll_default(const blender::bke::bNodeType *ntype, const bNodeTree *ntree, const char **r_disabled_hint)
void cmp_node_update_default(bNodeTree *ntree, bNode *node)
void cmp_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
Defines a node type.
Definition BKE_node.hh:218