"SCALE OBJECT (unfortunately) takes a set of percentage values"
Please, tell me how you'd
scale something without a percentage? Surely if it was an absolute value it'd be "resize object" ?!
StevieVee - you can get the object size with the command you've already found. If you want to double that size, use a scale value of 200 (200%): i.e. scale object x, 200, 200, 200. If you want to half the size use a value of 50% and so forth.
If you know you want your object to be say 30 units in size but it loads in at a size of 5 then a bit of simple math will work out how much you need to scale it by to achieve that result:
(Target Size / Initial Size) * 100 = Scale value.
Cheers,
Rich
"Gentlemen, we are about to short-circuit the Universe!"