Get 1Click Maker

Resizer โ€‹

Resizer
PRO 50 memory Move & Resize works on targets

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 โ€‹

FieldRequiredWhat to enter
TargetYesThe object to resize: a scanned target, or $THIS for the HUD itself.
Link Namesif multi-primWhich prims. Usually ALL LINKS.
Trigger TypeYesPercentage resizing (positive or negative number) or Reset (back to the original size).
Percentagefor percentageA 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