jchanvfx / NodeGraphQt

Node graph framework that can be re-implemented into applications that supports PySide2
http://chantonic.com/NodeGraphQt/
MIT License
1.29k stars 264 forks source link

copy paste and slice tool #332

Closed Zelfior closed 1 year ago

Zelfior commented 1 year ago

Hi,

The alt+shift tool doesn't work anymore once we did ctrl+V (ctrl+C doesn't break the slice tool).

Thanks Zelfior

jchanvfx commented 1 year ago

Hi @Zelfior,

looks like there was a typo in the NodeGraph.pipe_slicing function return causing the serializing to disable pipe slicer thanks for catching that bug 😃.

as for questions on the frame work it might be better to post as a separate issue for now.

Cheers, Johnny