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::CryptomatteMetaData::hash
std::string hash
Definition
COM_meta_data.hh:18
blender::realtime_compositor::CryptomatteMetaData::manifest
std::string manifest
Definition
COM_meta_data.hh:20
blender::realtime_compositor::CryptomatteMetaData::conversion
std::string conversion
Definition
COM_meta_data.hh:19
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 Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0