mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Mantis #2018
Read animation data from avataranimations.xml to allow default animations to be started and stopped by name from scripts.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user