What's new? - fixed a type error - added new 3D example (advanced level)
0.8
- multiple connection to one input(s), returns list - pass node id in command if required using `pass_node_id` - added bind method to nodes - fixed save arguments issue after configure method - minor changes
0.7
What's new?
- Fixed a background image bug
0.6
What's new: - Improved performance - Removed a line glitch - Added new node parameter: `fixed`
0.5
What's New? - Now you can add hover text (tooltip) for the node inputs (operation node). - Added new method: `.config_socket` [[view]](https://github.com/Akascape/TkNodeSystem/wiki/NodeTypes:-NodeOperation#methods) - Added justify text parameter for nodes - Fixed minor bugs
0.4
What's new? - Now the node can call the command if inputs are None. (using `none_inputs=True`) - New operation methods: `.get()` and `.get_inputs()` - Minor bug fix