Blender
V4.3
source
blender
compositor
realtime_compositor
intern
meta_data.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2024 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#include "
COM_meta_data.hh
"
6
7
namespace
blender::realtime_compositor
{
8
9
bool
MetaData::is_cryptomatte_layer
()
const
10
{
11
return
!this->
cryptomatte
.manifest.empty() || !this->
cryptomatte
.hash.empty() ||
12
!this->
cryptomatte
.conversion.empty();
13
}
14
15
}
// namespace blender::realtime_compositor
COM_meta_data.hh
blender::realtime_compositor
Definition
BKE_node.hh:80
blender::realtime_compositor::MetaData::is_cryptomatte_layer
bool is_cryptomatte_layer() const
Definition
meta_data.cc:9
blender::realtime_compositor::MetaData::cryptomatte
CryptomatteMetaData cryptomatte
Definition
COM_meta_data.hh:37
Generated on Sat Oct 4 2025 05:32:23 for Blender by
doxygen
1.14.0