Merge remote-tracking branch 'aleric/meshupload' into meshupload
This commit is contained in:
@@ -1270,10 +1270,6 @@ bool LLMeshRepoThread::physicsShapeReceived(const LLUUID& mesh_id, U8* data, S32
|
||||
return true;
|
||||
}
|
||||
|
||||
LLMeshUploadThread::LLMeshUploadThread(AIStateMachineThreadBase* state_machine_thread) : AIThreadImpl(state_machine_thread, "mesh upload")
|
||||
{
|
||||
}
|
||||
|
||||
void LLMeshUploadThread::init(LLMeshUploadThread::instance_list& data, LLVector3& scale, bool upload_textures,
|
||||
bool upload_skin, bool upload_joints, bool do_upload,
|
||||
LLHandle<LLWholeModelFeeObserver> const& fee_observer, LLHandle<LLWholeModelUploadObserver> const& upload_observer)
|
||||
@@ -1295,11 +1291,6 @@ void LLMeshUploadThread::init(LLMeshUploadThread::instance_list& data, LLVector3
|
||||
mMeshUploadTimeOut = gSavedSettings.getS32("MeshUploadTimeOut") ;
|
||||
}
|
||||
|
||||
LLMeshUploadThread::~LLMeshUploadThread()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
LLMeshUploadThread::DecompRequest::DecompRequest(LLModel* mdl, LLModel* base_model, LLMeshUploadThread* thread)
|
||||
{
|
||||
mStage = "single_hull";
|
||||
|
||||
@@ -394,10 +394,12 @@ public:
|
||||
LLHost mHost;
|
||||
std::string mWholeModelFeeCapability;
|
||||
|
||||
LLMeshUploadThread(AIStateMachineThreadBase* state_machine_thread);
|
||||
~LLMeshUploadThread();
|
||||
#ifdef LL_DEBUG
|
||||
LLMeshUploadThread(void) : AIThreadImpl("mesh upload") { }
|
||||
#endif
|
||||
void init(instance_list& data, LLVector3& scale, bool upload_textures, bool upload_skin, bool upload_joints, bool do_upload,
|
||||
LLHandle<LLWholeModelFeeObserver> const& fee_observer, LLHandle<LLWholeModelUploadObserver> const& upload_observer);
|
||||
|
||||
void postRequest(std::string& url, AIMeshUpload* state_machine);
|
||||
|
||||
/*virtual*/ bool run();
|
||||
|
||||
Reference in New Issue
Block a user