|
Blender V4.3
|
#include <algorithm>#include <optional>#include <string>#include "BKE_cryptomatte.h"#include "BLI_hash_mm3.hh"#include "BLI_map.hh"#include "BLI_string_ref.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| namespace | blender::bke::cryptomatte |
Typedefs | |
| using | blender::bke::cryptomatte::CryptomatteSessionPtr = std::unique_ptr<CryptomatteSession, CryptomatteSessionDeleter> |
Functions | |
| std::string | blender::bke::cryptomatte::BKE_cryptomatte_meta_data_key (const StringRef layer_name, const StringRefNull key_name) |
| StringRef | blender::bke::cryptomatte::BKE_cryptomatte_extract_layer_name (const StringRef render_pass_name) |
| const blender::Vector< std::string > & | blender::bke::cryptomatte::BKE_cryptomatte_layer_names_get (const CryptomatteSession &session) |
| CryptomatteLayer * | blender::bke::cryptomatte::BKE_cryptomatte_layer_get (CryptomatteSession &session, const StringRef layer_name) |