The Linden Scripting Language has gotten some new functions:
- integer llScaleByFactor(float scaling_factor)
- float llGetMinScaleFactor()
- float llGetMaxScaleFactor()
These are the last features Andrew Linden added before leaving. The features are active in all three RC channels now.
The point of these functions is the allow the uniform scaling of link sets. You can scale every item in a link set with one command. I imagine this will reduce the script complexity for a number of things in SL.
