Blender V4.5
NOD_socket_usage_inference_fwd.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
8
9struct SocketUsage {
10 bool is_used = true;
11 bool is_visible = true;
12};
13
14} // namespace blender::nodes::socket_usage_inference