Blender
V4.5
source
blender
nodes
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
7
namespace
blender::nodes::socket_usage_inference
{
8
9
struct
SocketUsage
{
10
bool
is_used
=
true
;
11
bool
is_visible
=
true
;
12
};
13
14
}
// namespace blender::nodes::socket_usage_inference
blender::nodes::socket_usage_inference
Definition
socket_usage_inference.cc:29
blender::nodes::socket_usage_inference::SocketUsage
Definition
NOD_socket_usage_inference_fwd.hh:9
blender::nodes::socket_usage_inference::SocketUsage::is_used
bool is_used
Definition
NOD_socket_usage_inference_fwd.hh:10
blender::nodes::socket_usage_inference::SocketUsage::is_visible
bool is_visible
Definition
NOD_socket_usage_inference_fwd.hh:11
Generated on
for Blender by
doxygen
1.16.1