Blender V5.0
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
7namespace blender::compositor {
8
10{
11 return !this->cryptomatte.manifest.empty() || !this->cryptomatte.hash.empty() ||
12 !this->cryptomatte.conversion.empty();
13}
14
15} // namespace blender::compositor
CryptomatteMetaData cryptomatte
bool is_cryptomatte_layer() const
Definition meta_data.cc:9