RESOLVED:Expression OP weird glitch?

[1] and [2] should match, no?

[3]: if there’s an error, it should show a warning on the OP in the network view, no?

<td.Error: Object undefined outside of cook.>

Addl notes:

a) I’m seeing the same error in operator snippets Expression OP
b) When I reference the value of my Expression OP, it doesn’t work

Hope it’s not just me doing something wrong…

This works with no problem, so it seems that Expression OP freaks out when given me.inputVal

Again, hope it’s not something I’m doing wrong, but I’m seeing the same error in the snippet:

The issue is me.inputVal is an intermediate value which is only defined during the cook, since the me.inputVal can vary over multiple samples.

In this case, the CHOP cooked fine, but the dialog is struggling since its ‘late to the party’ and trying to display current values, after the cook. It’s not a user issue, but a UI one.
We’ll remove the error (3), and aim to have (2) be the last calculated value.

Okay, showing the last calculated value is problematic, in cases where the node is copied / locked / never cooked etc, but starting in 2022.29990+, the rollover tooltip will give much more useful information.
Cheers

1 Like