klauer / qtpynodeeditor

Python Qt NodeEditor (qtpy, PyQt5, PySide)
https://klauer.github.io/qtpynodeeditor/
Other
186 stars 53 forks source link

FIX: check for cycles created by new connections #37

Closed klauer closed 4 years ago

klauer commented 4 years ago

Closes #35

Checks cycles in scene.create_connection (i.e., for code mistakenly creating cycles) and also when the user completes a connection.

Adds exception type ConnectionCycleFailure

Adds some API niceties:

klauer commented 4 years ago

Travis still not commenting somehow, but tests are passing: https://travis-ci.org/github/klauer/qtpynodeeditor/builds/672618906