Mission-DMX / Project-Editor

This software is responsible for creating and editing project files for the DMX console
GNU General Public License v3.0
0 stars 0 forks source link

Node library refactor #96

Closed Doralitze closed 8 months ago

Doralitze commented 8 months ago

The source code structure from the filter node library was quite odd, placing things where one would not expect them and often resulted in import issues. Hence I refactored that code. Furthermore I changed the way nodes are rendered within the graph in order to include data type hints.