Added 'make outfit' back to appearance editor.

This commit is contained in:
Shyotl
2012-05-16 23:25:01 -05:00
parent d1540040a8
commit dbe50efc10
4 changed files with 498 additions and 133 deletions

View File

@@ -80,6 +80,8 @@ public:
void shallowCopyCategory(const LLUUID& src_id, const LLUUID& dst_id,
LLPointer<LLInventoryCallback> cb);
void copyItems(const LLUUID& dst_id, LLInventoryModel::item_array_t* items, LLPointer<LLInventoryCallback> cb);
// Return whether this folder contains minimal contents suitable for making a full outfit.
BOOL getCanMakeFolderIntoOutfit(const LLUUID& folder_id);
@@ -174,6 +176,8 @@ public:
LLUUID makeNewOutfitLinks(const std::string& new_folder_name,bool show_panel = true);
LLUUID makeNewOutfitLinks(const std::string& new_folder_name, LLInventoryModel::item_array_t& item_list, bool show_panel = true);
LLUUID makeNewOutfitLegacy(const std::string& new_folder_name, LLInventoryModel::item_array_t& items, bool use_links, bool show_panel = true);
bool moveWearable(LLViewerInventoryItem* item, bool closer_to_body);