Hide buttons
Button name: “hide”
Button description: “<face_name>:<face_number>,<…>”
the face numbered <face_number> will toggle the alpha for faces named <face_name>. If face_number is omitted, all faces will correspond to face_name
Examples:
description “hoof” will hide or show any faces named “hoof” when clicked anywhere
description “hoof:0,head:1” will hide or show any faces named “hoof” when clicked on face 0, or faces named “head” when clicked on face 1
Hide Group Buttons
Button name: “hide group”
Button description: “<face_name>,<…>”
button will toggle the alpha for all faces named in the description. You can click the button anywhere; it will always do the same thing, regardless of face number. It will also set all “hide” buttons accordingly
Examples:
description “hoof” will hide or show any faces named “hoof” when clicked anywhere
description “hoof,head” will hide or show any faces named “hoof” or “head” when clicked anywhere.