diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llfloatermodelpreview.cpp | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 6145c6c16d..10f53dab01 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -2704,6 +2704,11 @@ void LLModelPreview::saveUploadData(bool save_skinweights, bool save_joint_posit  void LLModelPreview::saveUploadData(const std::string& filename, bool save_skinweights, bool save_joint_positions)  { +	if (!gSavedSettings.getBOOL("MeshImportUseSLM")) +	{ +		return; +	} +  	std::set<LLPointer<LLModel> > meshes;  	std::map<LLModel*, std::string> mesh_binary; | 
