Merge branch 'master' of /var/git/opensim/

viewer-2-initial-appearance
opensim mirror account 2010-10-14 07:00:06 -07:00
commit a3eeca174e
2 changed files with 6 additions and 0 deletions

View File

@ -113,6 +113,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
}
#endregion
public Hashtable ProcessGetMesh(Hashtable request, UUID AgentId, Caps cap)
{

View File

@ -120,6 +120,11 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
public LLSDNewFileAngentInventoryVariablePriceReplyResponse NewAgentInventoryRequest(LLSDAssetUploadRequest llsdRequest, UUID agentID)
{
//TODO: The Mesh uploader uploads many types of content. If you're going to implement a Money based limit
// You need to be aware of this and
//if (llsdRequest.asset_type == "texture" ||
// llsdRequest.asset_type == "animation" ||
// llsdRequest.asset_type == "sound")