You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
monkeycc
changed the title
How to update the image of node2 on the second click
[node-editor]How to update the image of node2 on the second click
Dec 30, 2024
Scratch that... I see it now, you want to update "texture_tag2".
I'd say if your application should let the user build an arbitrary processing graph, you should have a function like recalculate() that re-calculates images according to the links currently in the graph. Then, you'd call it at the end of link_callback, delink_callback, and select_image. The function would take all input nodes (in your case, texture_tag), look at what links they have, and update every connected node.
How to update the image of node2 when selecting an image for the second time
The text was updated successfully, but these errors were encountered: