Leon Thomm
Leon Thomm
> ``` > check_connection_validity_request = Signal((NodeOutput, NodeInput), bool) > TypeError: pyqtSignal() argument expected to be sequence of types > ``` This seems to be a PyQt error, but PyQt shouldn't...
Hmm, interesting. Sorry for the struggle, there's a few things to consider, I should probably figure out a better way to make everything work together. - Are you sure you...
> I think that `ryvencore-qt/dev` has not the `0.4` version specified (that's a change that I had also made in my earlier tests). [It does](https://github.com/leon-thomm/ryvencore-qt/blob/dev/setup.cfg#L3). If it doesn't for you...
What's the error? Starting Ryven as `ryven -v` will give verbose output to the console, including all error messages.
> I don't get any messages drag/droping these inputs nodes (ex: `Point`). true, that's a bug I still need to fix, I remember. Regarding your error: it still doesn't seem...
> I have been able to re-do the torus example with success Great! > * Nodes's color are all yellow, even though it's specified in guis > * I cannot...
Quick update: I finished all major Ryven adaptions and the new versions (Ryven v3.4, ryvencore-qt v0.4, ryvencore v0.4) are available as pre-release on PyPI. In a fresh virtual environment, you...
Hey, any progress on this? We will need to define serialization and de-serialization for all the PythonOCC types passed between nodes. Is there anything I can help with that doesn't...
> #19 @leon-thomm not sure how your PR solves the serialization issue described here. there is no point as long as that's not solved I think
It will support `PySide6` as well. `PyQt5` has some fundamental inheritance restrictions, it basically breaks the Python language, and prevents features I need, so it probably will not be supported.