diff --git a/indra/newview/llfloaterexport.cpp b/indra/newview/llfloaterexport.cpp index e0cd92bbb..d9fa4fa24 100644 --- a/indra/newview/llfloaterexport.cpp +++ b/indra/newview/llfloaterexport.cpp @@ -345,6 +345,10 @@ void LLFloaterExport::addAvatarStuff(LLVOAvatar* avatarp) { exists = true; } + else if (type == WT_ALPHA || type == WT_TATTOO) //alpha layers and tattos are unsupported for now + { + continue; + } else { for( S32 te = 0; te < LLVOAvatarDefines::TEX_NUM_INDICES; te++ )