From af880575e44cd3133931b30cf0dbd0ed82ee9e8c Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Mon, 24 May 2010 10:26:31 -0500 Subject: [PATCH] Removed Alpha and Tattoo layers from exportor since they dont work :\ --- indra/newview/llfloaterexport.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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++ )