leducp / Piper

A node editor written in C++/Qt
Other
41 stars 11 forks source link

is it possible to set link, input and output colors based on data type? #3

Closed RallyTronics closed 4 years ago

RallyTronics commented 4 years ago

thanks!

leducp commented 4 years ago

Well, that's currently not possible, but I plan a rework of the node style and it seems a nice moment to integrate this. I can add a file that defines a default color and specific color per type.

RallyTronics commented 4 years ago

That sounds great, thanks.

leducp commented 4 years ago

Preliminary work is available in the branch theme_manager. Feel free to try it and let me know if this suits your use case (work in progress - issue reopened).

leducp commented 4 years ago

A first version of theme manager is available in master.