Blender V4.3
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
8
10{
11 return !this->cryptomatte.manifest.empty() || !this->cryptomatte.hash.empty() ||
12 !this->cryptomatte.conversion.empty();
13}
14
15} // namespace blender::realtime_compositor