aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs
diff options
context:
space:
mode:
authorUbitUmarov2013-06-07 23:18:48 +0100
committerUbitUmarov2013-06-07 23:18:48 +0100
commited7fe6239cf53a0a8cacb2ef05e93750a9e22d2b (patch)
treec9d0c42b1824a195aa3be305d63ebd1f60dacd18 /OpenSim/Framework/AvatarAppearance.cs
parenttry to suspend and resume keyframes on copy to inventory to take copy (diff)
downloadopensim-SC_OLD-ed7fe6239cf53a0a8cacb2ef05e93750a9e22d2b.zip
opensim-SC_OLD-ed7fe6239cf53a0a8cacb2ef05e93750a9e22d2b.tar.gz
opensim-SC_OLD-ed7fe6239cf53a0a8cacb2ef05e93750a9e22d2b.tar.bz2
opensim-SC_OLD-ed7fe6239cf53a0a8cacb2ef05e93750a9e22d2b.tar.xz
add indexes for new visual parameters shape_hover and
APPEARANCEMESSAGE_VERSION. For reference only, this aren't used in sim for now
Diffstat (limited to 'OpenSim/Framework/AvatarAppearance.cs')
-rw-r--r--OpenSim/Framework/AvatarAppearance.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs
index b7a0adf..a34c85f 100644
--- a/OpenSim/Framework/AvatarAppearance.cs
+++ b/OpenSim/Framework/AvatarAppearance.cs
@@ -1626,7 +1626,12 @@ namespace OpenSim.Framework
1626 BREAST_PHYSICS_LEFTRIGHT_MAX_EFFECT = 247, 1626 BREAST_PHYSICS_LEFTRIGHT_MAX_EFFECT = 247,
1627 BREAST_PHYSICS_LEFTRIGHT_SPRING= 248, 1627 BREAST_PHYSICS_LEFTRIGHT_SPRING= 248,
1628 BREAST_PHYSICS_LEFTRIGHT_GAIN = 249, 1628 BREAST_PHYSICS_LEFTRIGHT_GAIN = 249,
1629 BREAST_PHYSICS_LEFTRIGHT_DAMPING = 250 1629 BREAST_PHYSICS_LEFTRIGHT_DAMPING = 250,
1630
1631 // Ubit: 07/96/2013 new parameters
1632 _APPEARANCEMESSAGE_VERSION = 251, //ID 11000
1633
1634 SHAPE_HOVER = 252, //ID 11001
1630 } 1635 }
1631 #endregion 1636 #endregion
1632 } 1637 }