Blender V5.0
NOD_geometry_nodes_warning.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7namespace blender::nodes {
8
10enum class NodeWarningType {
11 Error = 0,
13 Info = 2,
14};
15
18
19} // namespace blender::nodes
int node_warning_type_severity(const NodeWarningType type)
int node_warning_type_icon(const NodeWarningType type)