forked from blender/blender
Fix linux build #33
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DagerD/blender#33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BogdanNagirniak/blender:matx-linux-build-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Purpose
Errors in linux build https://builder.blender.org/admin/#/builders/132/builds/2398. Issues in group nodes.
Technical steps
nodegraph
for group node.make format
matx-linux-build-fixto Fix linux build@ -128,4 +124,1 @@
if (NodeItem::is_arithmetic(to_type_)) {
return group_parser_->get_input_value(socket_out_->index(), to_type_);
}
return group_parser_->get_input_link(socket_out_->index(), to_type_);
get_input_value(...
Otherwise, the input socket's default value is ignored.
Node groups work as expected.