Skip to content

2.1-stable

Compare
Choose a tag to compare
@Xrayez Xrayez released this 09 Mar 11:27
· 19 commits to master since this release

Added

  • Add reroute node:
    • conveniently rearranges existing connections between nodes.
  • Add sequence node:
    • performs operations on a connected sequence of nodes (add, multiply etc).
    • acts like a selector node to quickly choose between noise nodes.
  • Add Make Component From Nodes option to Add Component menu:
    • replaces existing nodes in-place by moving selected nodes into a new component.
  • Ability to delete all selected nodes at once.

Changed

  • Disabled graph node headers custom styling to preserve compatibility with Godot 3.1.
  • Right-clicking on the graph will show the Add Component popup instead of Add Node.
  • Add Node menu redesigned and adapted to match VisualShader interface (thanks @Chaosus):
    • now its a dialog with a tree instead of a menu (broken down into categories).
    • easy drag-n-drop functionality.

Fixed

  • Disallow connecting ports of the same node to itself.