-
Notifications
You must be signed in to change notification settings - Fork 4
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
Models Did not Show Up in Workspace #32
Comments
@yilinxia Does this only happen on your branch with the yaml file loading? If not, can you provide an example that demonstrates it on the main branch? |
@matthewturk hi matt, I have revised the code above. Sorry for the inconvenience |
Thanks! I'm able to replicate. |
This seems to be the error:
|
So what I think is happening is that Rete expects that each node instance will be tied to a type of component it knows about. I'm trying to dig deeper in. |
@matthewturk with creating the editor and the socket_types
we start to build the instance with
jlne.node_editor.NodeInstanceModel
which supposed to be show up in the interface but it did not
The text was updated successfully, but these errors were encountered: