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

The input node for a collapsed function is not showing the visualization #11952

Open
Tracked by #11979
radeusgd opened this issue Dec 30, 2024 · 1 comment
Open
Tracked by #11979

Comments

@radeusgd
Copy link
Member

When entering a collapsed function, I seem to be unable to see the visualization for the inputs (which is quite useful to debug what input I'm working on when entered a given function).

I can see visualizations for values derived from the input - e.g. for numeric if I create node input + 0 I can now see the value. So it seems like it may be some problem specifically with visualizing inputs.

The repro is simple - just create a simple collapsed function, enter it with double-click and then try opening visualization for an input. It seems to happen 100% of the time I try it on latest release.

See video for example:

collapsed-input-not-showing-vis.mp4
@farmaazon
Copy link
Contributor

Needs some investigation, but for now I guess this is just an engine limitation; we probably do attach a visualization on a method argument, but the result is not sent back from the engine (as parameters are not technically evaluated).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

3 participants