xraybrian

Results 4 comments of xraybrian

Just an update, although this fixes the slow graphics updating under Linux, it introduces some funny behavior when re-sizing backdrops. Only the corner being dragged gets updated until the backdrop...

Thank you for reaching out! We are using nodegraphqt in our project here and it is working out well. I did find that the piping from the “PyFlow” project, the...

FYI, this is a rather simple nodegraph using our tool. You can see from the highlighted pipe that cutting through the nodgraph at an angle is confusing! Also, we have...

Here is my suggested code for _draw_path_horizontal and _draw_path_vertical: def _draw_path_vertical(self, start_port, pos1, pos2, path, offset = 30): """ Draws the vertical path between ports. Args: start_port (PortItem): port used...