Nodz icon indicating copy to clipboard operation
Nodz copied to clipboard

Nodz : Visualize your data - Free nodes based graph generator.

Results 13 Nodz issues
Sort by recently updated
recently updated
newest added

hello, the mouse wheel crashes the app. So, in nodz_main.py, i changed 'event.delta() > 0' to 'event.angleDelta() > 0' , # tjp 02nov qt5 has angleDelta and pixel Delta if...

Sharing a small change that i needed to add for a particular implementation of the node editor, not sure if its useful for others but will be great to have...

Hey there. Opening a new discussion about the status of this project. When speaking with other peoples around, we're all using this module but all having our own forks that...

If we have a node in the JSON like "node.color.R", there is an error. I added a rpartition instead of a split in order to have the last element for...

Hi, We discovered that there was a AttributeError bug in the mouse wheel event and corrected it with exception handling.

The signal_NodeMoved is now only emitted on left click mouse release (was also emitted on right click)

Hi, currently sockets do not accept more than one plug. However, I would like to be able to connect several plugs to a socket (e.g. for routing MIDI messages). I...

A couple of small tweaks that allow the demo to run under python 3, tested with python 3.6 on CentOS - Add brackets to print statements. - Swap 'unicode' with...

Added a node creation helper, that you reach by hitting the tab key (Maya node editor style) ![](https://image.ibb.co/cXfMkF/nodz_Node_Creator.png) Updated the readme and nodz_demo to demonstrate usage. I didn't want to...