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
We should be able to create additional previews tied to panels that can be used to visualize more complex nodes. These nodes are likely to be used purely to hook into the editor.
We will need to
Define the new nodes.
Create specific controls to add the trigger preview visualization either directly on the node or in the editor input/output panels
Define panels that tie into the Editor that can be loaded async to load complex visualizations
There is a useOpenPanel that can be used to open panels in the editor . Use the ID of the node as the window ID
The text was updated successfully, but these errors were encountered:
We should be able to create additional previews tied to panels that can be used to visualize more complex nodes. These nodes are likely to be used purely to hook into the editor.
We will need to
There is a
useOpenPanel
that can be used to open panels in the editor . Use the ID of the node as the window IDThe text was updated successfully, but these errors were encountered: