Fixed the problem of uploaded animations not showing up in inventory [Mantis number 338]. They should now show up in inventory and play locally should work. But Play in world doesn't seem to work yet.
parent
3a97f3f597
commit
2ccc8e1e98
|
@ -310,7 +310,7 @@ namespace OpenSim.Region.Capabilities
|
||||||
else if (inventoryType == "animation")
|
else if (inventoryType == "animation")
|
||||||
{
|
{
|
||||||
inType = 19;
|
inType = 19;
|
||||||
assType = 19;
|
assType = 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
AssetBase asset;
|
AssetBase asset;
|
||||||
|
|
Loading…
Reference in New Issue