sverchok
sverchok copied to clipboard
[FEEDBACK] Set Color to a Group Node
Hi, I would like to request to color a group node by defult during its creation. Like in GN.
This should be super easy to add.
Attribute like this sv_default_color = (1, 1, 1, 1)
should be added to the class:
https://github.com/nortikin/sverchok/blob/b96ccce8c2141946612d9cd1624950c4ee7acab6/core/node_group.py#L288
Made a proposal. https://github.com/nortikin/sverchok/compare/master...mifth:sverchok:patch-2