From bbafd67ed266fdbc1e359a1cf1550652cd267dd4 Mon Sep 17 00:00:00 2001
From: McCabe Maxsted
Date: Wed, 21 Jan 2009 20:04:47 -0700
Subject: Added link to wiki tutorial and missing variables to build cheat
sheet
---
.../newview/skins/default/xui/en-us/alerts.xml | 29 +++++++++++-----------
1 file changed, 15 insertions(+), 14 deletions(-)
(limited to 'linden')
diff --git a/linden/indra/newview/skins/default/xui/en-us/alerts.xml b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
index dc9b5ea..d3b15c5 100644
--- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
@@ -404,6 +404,8 @@ Go to the Second Life web site for more information on partnering?
SKW -- Skew
PB -- Slice/Dimple/Profile cut begin
PE -- Slice/Dimple/Profile cut end
+ TB -- Twist begin
+ TE -- Twist end
XSH -- X-axis top shear
YSH -- Y-axis top shear
XHL -- X-axis hole size
@@ -413,17 +415,21 @@ Go to the Second Life web site for more information on partnering?
ROF -- Radius offset
REV -- Revolutions
+ PI -- pi
+ TWO_PI -- 2pi
+ PI_BY_TWO -- pi/2
+ SQRT2 -- Square root of 2
+ DEG_TO_RAD -- DEG_TO_RAD conversion (pi/180)
+ RAD_TO_DEG -- RAD_TO_DEG conversion (180/pi)
+ GRAVITY -- -9.8
+
* -- Multiplication
\ -- Division
+ -- Addition
- -- Subtraction
- Examples:
-
- * Enter 'ZP + 20' in the Z-axis position field
- to move an object up 20 meters.
- * Enter 'XS - YS' in the X-axis size field
- to subtract the Y size from the X size.
+ For what these are and how to use them, read:
+ http://imprudenceviewer.org/wiki/Build_Math_Expressions
@@ -443,16 +449,11 @@ Go to the Second Life web site for more information on partnering?
+ -- Addition
- -- Subtraction
- Examples:
-
- * Enter 'TSU * 4' in horizantal repeats field
- to increase the amount of repeats by 4x.
- * Enter 'TSV' in the horizontal repeats field
- to make the horizontal and vertical
- repeats match.
+ For what these are and how to use them, read:
+ http://imprudenceviewer.org/wiki/Build_Math_Expressions
-
+
If this Resident has set a web profile URL then you can:
* Click 'Load' to see the page in this Web tab.
--
cgit v1.1