Hi @maxWiklund
I had a nuke script to debug recently and needed to be able to inspect how nuke was building its node stack, which reminded me that your parser existed and did a good job on managing the stack.
I also wanted to be able to see how the .nk related to the node graph, so I quickly mashed the nkview with https://github.com/JorgeHI/NkScriptEditor from @JorgeHI for a proof of concept, which you can see in my fork https://github.com/herronelou/nuke_parser:
It's super rough right now, it only works in "debugging mode" where I can parse the script node by node, but if there's some interest I'm keen to clean it up and integrate it a bit more.
I was wondering if you had plans to where you want to take nkview?
Hi @maxWiklund
I had a nuke script to debug recently and needed to be able to inspect how nuke was building its node stack, which reminded me that your parser existed and did a good job on managing the stack.
I also wanted to be able to see how the .nk related to the node graph, so I quickly mashed the nkview with https://github.com/JorgeHI/NkScriptEditor from @JorgeHI for a proof of concept, which you can see in my fork https://github.com/herronelou/nuke_parser:
It's super rough right now, it only works in "debugging mode" where I can parse the script node by node, but if there's some interest I'm keen to clean it up and integrate it a bit more.
I was wondering if you had plans to where you want to take nkview?