Releases: Akascape/TkNodeSystem
Releases · Akascape/TkNodeSystem
Version 0.9
Version 0.8
What's new in version 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
Vesion 0.7
What's new?
- Fixed a background image bug
Version 0.6
What's new:
- Improved performance
- Removed a line glitch
- Added new node parameter:
fixed
Version 0.5
What's New?
- Now you can add hover text (tooltip) for the node inputs (operation node).
- Added new method:
.config_socket
[view] - Added justify text parameter for nodes
- Fixed minor bugs
Version 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
Version 0.3
What's fixed?
- Fixed the NodeMenu for mac and linux
- Fixed recursive connections and back bonding issue.
- Fixed bindings for mac os.
- Operation updates are now more specific.
- Properly tested with windows, mac and linux (ubuntu).