Resizer โ
Resize a whole linkset by a percentage, and reset it to its original size.
Requires [add-on] - Resizer - 1Click inside the object that runs the action.
Resizer scales an entire object, all prims and the distances between them, by a percentage. It is the resize script you would normally put in a wearable, driven from your HUD. It also knows the object's original size so a Reset button can bring it back.
Fields โ
| Field | Required | What to enter |
|---|---|---|
Target | Yes | The object to resize: a scanned target, or $THIS for the HUD itself. |
Link Names | if multi-prim | Which prims. Usually ALL LINKS. |
Trigger Type | Yes | Percentage resizing (positive or negative number) or Reset (back to the original size). |
Percentage | for percentage | A whole number: 5 or -5. |
Notes โ
- Requires [add-on] - Resizer - 1Click in the object being resized: the target, or the HUD when the target is
$THIS. - The reset size is recorded when the add-on is dropped into the object and again every time you Build. Set the object to the exact size you want as "original" before building.
- Small steps (2โ5%) feel better to customers than big jumps.
- Resizing the HUD itself while it is attached works, but is reported as unstable in some cases; test it.
Example: the classic +/โ pair โ
text
btn_plus โ Resizer: Necklace, ALL LINKS, Percentage, 3
btn_minus โ Resizer: Necklace, ALL LINKS, Percentage, -3
btn_reset โ Resizer: Necklace, ALL LINKS, Reset