Skip to content

Releases: Akascape/TkNodeSystem

Version 0.9

29 Jan 09:54
9e3d164
Compare
Choose a tag to compare

What's new?

  • fixed a type error
  • added new 3D example (advanced level)

Version 0.8

28 Jan 10:07
f8a2415
Compare
Choose a tag to compare

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

21 Jan 13:13
cb96908
Compare
Choose a tag to compare

What's new?

  • Fixed a background image bug

Version 0.6

04 Jun 11:01
694005b
Compare
Choose a tag to compare

What's new:

  • Improved performance
  • Removed a line glitch
  • Added new node parameter: fixed

Version 0.5

01 Jun 09:07
4a61845
Compare
Choose a tag to compare

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

21 May 13:42
ee9f9b4
Compare
Choose a tag to compare

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

20 May 06:48
7d54d36
Compare
Choose a tag to compare

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).