Editor: GUI -> Color Variables

Let’s say I have 100 black boxes under Nodes/ in my .gui file.
Now I want them to be white. I would have to my hundreds of clicks to get the problem solved.

Better solution

  1. Allow the user to store often used colors under Colors/ in the .gui file (e.g. Name “Box Color” → “Black”)
  2. Then when I pick the color of the box I can choose between the old way (assign the color “Black” directly and the new way (assign the color “Box Color”)

If “Box Color” is assigned to all my 100 black boxes, then I only need to change the color that is associated with “Box Color” to “White” to change the color of all 100 boxes.