Managing Large Projects

You mean the Corporate license?

ps. Wire colours can be editing by modifying the grasshopper_gui.xml file:

<item name="wire_default" type_name="gh_drawing_color" type_code="36">
  <ARGB>150;0;0;0</ARGB>
</item>
<item name="wire_empty" type_name="gh_drawing_color" type_code="36">
  <ARGB>180;255;60;0</ARGB>
</item>
<item name="wire_selected_a" type_name="gh_drawing_color" type_code="36">
  <ARGB>255;125;210;40</ARGB>
</item>
<item name="wire_selected_b" type_name="gh_drawing_color" type_code="36">
  <ARGB>50;0;0;0</ARGB>
</item>

wire_selected_a is the selected end of a wire, wire_selected_b is the unselected end of a wire (assuming the other end is selected). If neither end is selected then wire_default is used, unless the wire transports no data, in which case wire_empty is used.

Do note that even if you make wires invisible, they will still ‘be’ there and when you double click a relay may be inserted into seemingly empty space. I predict you will loathe not seeing wires within the hour. You can however make them very transparent.

1 Like