1
1

Store metadata in image buffer.

This commit is contained in:
2022-05-06 16:33:40 +02:00
parent cc66340c7e
commit 0825869c82

View File

@@ -202,6 +202,9 @@ void ViewerOperation::update_image(const rcti *rect)
rect->ymax);
std::unique_ptr<MetaData> metadata = image_input_->get_meta_data();
if (metadata.has_value()) {
// TODO: metadata.add_to_id_prop.
}
/* This could be improved to use partial updates. For now disabled as the full frame compositor
* would not use partial frames anymore and the image engine requires more testing. */