SH-480 FIX meshes are not added to objects folder on upload
curl host scrubbing was causing object creation for mesh prims to fail. Commenting out the offending lines so we can have a functional release. Will file a separate bug for Vir to investigate when/if we can re-enable host scrubbing on these URLs for a future release. Approach approved by davep.master
parent
29a9e9acbb
commit
48e2ec0340
|
|
@ -1409,8 +1409,8 @@ LLMeshUploadThread::LLMeshUploadThread(LLMeshUploadThread::instance_list& data,
|
|||
mUploadObjectAssetCapability = gAgent.getRegion()->getCapability("UploadObjectAsset");
|
||||
mNewInventoryCapability = gAgent.getRegion()->getCapability("NewFileAgentInventoryVariablePrice");
|
||||
|
||||
mUploadObjectAssetCapability = scrub_host_name(mUploadObjectAssetCapability);
|
||||
mNewInventoryCapability = scrub_host_name(mNewInventoryCapability);
|
||||
//mUploadObjectAssetCapability = scrub_host_name(mUploadObjectAssetCapability);
|
||||
//mNewInventoryCapability = scrub_host_name(mNewInventoryCapability);
|
||||
|
||||
mOrigin += gAgent.getAtAxis() * scale.magVec();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue