Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when connecting a node to the output while the input sockets requirments are not met #74

Open
YassineMankai opened this issue Jul 19, 2022 · 0 comments

Comments

@YassineMankai
Copy link
Contributor

image

prepare_node_inputs_for_execution in MOD_nodes_evaluator return true while the inputs are not available available

-> node_geo_exec is then called but canCook is false so it returns without setting an output mesh

-> in MOD_nodes_evaluator, node_task_postprocessing calls assert_expected_outputs_have_been_computed on the node and throws an error on BLI_assert(output_state.has_been_computed);

Elie, can you repeat this test and check if you get the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant