Blender V5.0
NOD_nested_node_id.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
14 int id;
15 bool is_in_simulation = false;
16 bool is_in_loop = false;
17 bool is_in_closure = false;
18};
19
20} // namespace blender::nodes