Fix Split node in full-frame compositor when no inputs are connected #117282

Closed
Sergey Sharybin wants to merge 1 commits from Sergey:compositor_fix_split_node into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ SplitOperation::SplitOperation()
this->add_output_socket(DataType::Color);
image1Input_ = nullptr;
image2Input_ = nullptr;
flags_.can_be_constant = true;
}
void SplitOperation::init_execution()