Read animation data from avataranimations.xml to allow default animations
to be started and stopped by name from scripts.
This commit is contained in:
Melanie Thielker
2008-09-13 19:51:56 +00:00
parent ae9e4e8144
commit 8830b8b72c
3 changed files with 15 additions and 6 deletions

View File

@@ -2660,9 +2660,6 @@ namespace OpenSim.Region.ScriptEngine.Common
animID=InventoryKey(anim);
}
if (animID == UUID.Zero)
return;
ScenePresence presence = World.GetScenePresence(m_host.TaskInventory[invItemID].PermsGranter);
if (presence != null)

View File

@@ -2497,9 +2497,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
animID=InventoryKey(anim);
}
if (animID == UUID.Zero)
return;
ScenePresence presence = World.GetScenePresence(m_host.TaskInventory[invItemID].PermsGranter);
if (presence != null)