From 51aaed86dee3b45fa96fc7b4e8c1b9486c880b3b Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Fri, 26 Jun 2015 12:21:12 +0300 Subject: MAINT-5300 FIXED Allow creating and editing new bodyparts. --- indra/newview/llappearancemgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra') diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 8200f0ba07..4016529092 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1836,6 +1836,10 @@ bool LLAppearanceMgr::canAddWearables(const uuid_vec_t& item_ids) { ++n_clothes; } + else if (item->getType() == LLAssetType::AT_BODYPART) + { + return isAgentAvatarValid(); + } else { LL_WARNS() << "Unexpected wearable type" << LL_ENDL; -- cgit v1.2.3