NodeGraphQt
NodeGraphQt copied to clipboard
GroupNodes does not seem to my json file
Note, I might just be understanding this wrong; but GroupNodes does not seem to be saved my json file?
Also, how do i programatically build a GroupNode?
Hi @Luci404,
Looks like you've found a bug and maybe introduced in v0.6.0 will look into it 😃
Cheers, J
I've just released v0.6.12 try this version 😺 .
Hello, I encountered the same problem with release v0.6.17, The "subgraph" section in the json is an empty dictionnary but the group node does have nested nodes. Thanks in advance for your help!
I had the same problem. When I closed the subgraph widget once and then saved it, the "subgraph_session" was stored in the JSON properly.
https://github.com/jchanvfx/NodeGraphQt/blob/main/NodeGraphQt/base/graph.py#L2874-L2876
For your information.