add animationset to upload assets, for now no cost
parent
90873633c1
commit
18cc33e2c5
|
@ -757,6 +757,12 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
inType = (sbyte)InventoryType.Animation;
|
inType = (sbyte)InventoryType.Animation;
|
||||||
assType = (sbyte)AssetType.Animation;
|
assType = (sbyte)AssetType.Animation;
|
||||||
}
|
}
|
||||||
|
else if (inventoryType == "animationset")
|
||||||
|
{
|
||||||
|
inType = (sbyte)CustomInventoryType.AnimationSet;
|
||||||
|
assType = (sbyte)CustomAssetType.AnimationSet;
|
||||||
|
m_log.Debug("got animationset upload request");
|
||||||
|
}
|
||||||
else if (inventoryType == "wearable")
|
else if (inventoryType == "wearable")
|
||||||
{
|
{
|
||||||
inType = (sbyte)InventoryType.Wearable;
|
inType = (sbyte)InventoryType.Wearable;
|
||||||
|
|
Loading…
Reference in New Issue