Condition Nodes #6
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dr.sybren/rignodes#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "cgtinker/powership:condition_node"
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?
Condition Nodes!
Conditional Value
Conditional Execution
Tested different naming conditions for the active socket, ultimately I preferred to just call it "Socket". It's confusing when the connect node name gets displayed when no proper naming has been done, also using the actual data type as name isn't to great. A unique name created the least confusion in my opinion.
Once more I'm overwriting the inputs (in this case, for the
conditional execution node
). In the LoopNodes PR I went for an_inputs
and an_outputs
property, it's also possible to overwrite the generators such as theexec_order_successors
function here. It seems very useful in some cases to overwrite theinput and output sockets
. Using theproperties
approach might lead to less redundant code than overwriting in the end.Checkout
From your project repository, check out a new branch and test the changes.