diff options
author | McCabe Maxsted | 2009-01-30 23:18:52 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-30 23:18:52 -0700 |
commit | 5fa80b67889cb86d37139f9a793d16789c55a3dd (patch) | |
tree | 6e24c4e36dc161927c0910925e88b076099f8a5b /linden/indra/newview/skins/default | |
parent | Tweaked build math variable names for consistency. (diff) | |
download | meta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.zip meta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.tar.gz meta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.tar.bz2 meta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.tar.xz |
Updated build math cheat sheet to new variable names
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/alerts.xml | 30 |
1 files changed, 15 insertions, 15 deletions
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 d3b15c5..0be529f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml | |||
@@ -389,15 +389,15 @@ Go to the Second Life web site for more information on partnering? | |||
389 | <message name="message"> | 389 | <message name="message"> |
390 | The following constants are accepted in this tab: | 390 | The following constants are accepted in this tab: |
391 | 391 | ||
392 | XP -- X-axis position | 392 | PX -- X-axis position |
393 | YP -- Y-axis position | 393 | PY -- Y-axis position |
394 | ZP -- Z-axis position | 394 | PZ -- Z-axis position |
395 | XS -- X-axis size | 395 | SX -- X-axis size |
396 | YS -- Y-axis size | 396 | SY -- Y-axis size |
397 | ZS -- Z-axis size | 397 | SZ -- Z-axis size |
398 | XR -- X-axis rotation | 398 | RX -- X-axis rotation |
399 | YR -- Y-axis rotation | 399 | RY -- Y-axis rotation |
400 | ZR -- Z-axis rotation | 400 | RZ -- Z-axis rotation |
401 | CB -- Path cut begin | 401 | CB -- Path cut begin |
402 | CE -- Path cut end | 402 | CE -- Path cut end |
403 | HLW -- Hollow size | 403 | HLW -- Hollow size |
@@ -406,12 +406,12 @@ Go to the Second Life web site for more information on partnering? | |||
406 | PE -- Slice/Dimple/Profile cut end | 406 | PE -- Slice/Dimple/Profile cut end |
407 | TB -- Twist begin | 407 | TB -- Twist begin |
408 | TE -- Twist end | 408 | TE -- Twist end |
409 | XSH -- X-axis top shear | 409 | SHX -- X-axis top shear |
410 | YSH -- Y-axis top shear | 410 | SHY -- Y-axis top shear |
411 | XHL -- X-axis hole size | 411 | HLX -- X-axis hole size |
412 | YHL -- Y-axis hole size | 412 | HLY -- Y-axis hole size |
413 | XTP -- X-axis taper | 413 | TPX -- X-axis taper |
414 | YTP -- Y-axis taper | 414 | TPY -- Y-axis taper |
415 | ROF -- Radius offset | 415 | ROF -- Radius offset |
416 | REV -- Revolutions | 416 | REV -- Revolutions |
417 | 417 | ||