Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.

This commit is contained in:
Melanie
2012-02-26 02:36:34 +01:00
parent 5eb1679367
commit c82709c0d6
9 changed files with 493 additions and 2 deletions

View File

@@ -355,6 +355,10 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
foreach (SceneObjectGroup objectGroup in objlist)
{
if (objectGroup.KeyframeMotion != null)
objectGroup.KeyframeMotion.Stop();
objectGroup.KeyframeMotion = null;
Vector3 inventoryStoredPosition = new Vector3
(((objectGroup.AbsolutePosition.X > (int)Constants.RegionSize)
? 250