Fix ##122962: Regression: Backdrop update triggers crash
Pull Request: https://projects.blender.org/blender/blender/pulls/122991
This commit is contained in:
committed by
Sergey Sharybin
parent
a5df83167e
commit
a2795852cd
@@ -165,6 +165,10 @@ void ViewerOperation::update_memory_buffer_finished(MemoryBuffer * /*output*/,
|
||||
const rcti & /*area*/,
|
||||
Span<MemoryBuffer *> /*inputs*/)
|
||||
{
|
||||
if (!image_) {
|
||||
return;
|
||||
}
|
||||
|
||||
const std::unique_ptr<MetaData> meta_data =
|
||||
this->get_input_socket(0)->get_reader()->get_meta_data();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user