Added Alpha Layer support and Additional Attachments, plus I reverted my
localhost on outgoing log hack and added the original values back in.
This commit is contained in:
@@ -164,6 +164,8 @@ std::string ICON_NAME[ICON_NAME_COUNT] =
|
||||
"inv_item_undershirt.tga",
|
||||
"inv_item_underpants.tga",
|
||||
"inv_item_skirt.tga",
|
||||
"inv_item_alpha.tga",
|
||||
"inv_item_tattoo.tga",
|
||||
|
||||
"inv_item_animation.tga",
|
||||
"inv_item_gesture.tga",
|
||||
@@ -2600,6 +2602,16 @@ void LLFolderBridge::createNewUnderpants(void* user_data)
|
||||
LLFolderBridge::createWearable((LLFolderBridge*)user_data, WT_UNDERPANTS);
|
||||
}
|
||||
|
||||
void LLFolderBridge::createNewAlpha(void* user_data)
|
||||
{
|
||||
LLFolderBridge::createWearable((LLFolderBridge*)user_data, WT_ALPHA);
|
||||
}
|
||||
|
||||
void LLFolderBridge::createNewTattoo(void* user_data)
|
||||
{
|
||||
LLFolderBridge::createWearable((LLFolderBridge*)user_data, WT_TATTOO);
|
||||
}
|
||||
|
||||
void LLFolderBridge::createNewShape(void* user_data)
|
||||
{
|
||||
LLFolderBridge::createWearable((LLFolderBridge*)user_data, WT_SHAPE);
|
||||
|
||||
Reference in New Issue
Block a user