NodeGraphQt icon indicating copy to clipboard operation
NodeGraphQt copied to clipboard

GroupNodes does not seem to my json file

Open stormsc1 opened this issue 2 years ago • 4 comments

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?

stormsc1 avatar Jul 26 '23 18:07 stormsc1

Hi @Luci404,

Looks like you've found a bug and maybe introduced in v0.6.0 will look into it 😃

Cheers, J

jchanvfx avatar Jul 27 '23 03:07 jchanvfx

I've just released v0.6.12 try this version 😺 .

jchanvfx avatar Jul 27 '23 11:07 jchanvfx

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!

roma-p avatar Aug 11 '23 08:08 roma-p

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.

kaizu avatar Sep 14 '23 17:09 kaizu