[Appearance/Misc]
- fixed : LLAppearanceMgr::filterWearableItems() doesn't properly filter body parts - fixed : LLWearableList::processGetAssetReply() creates multiple LLWearable instances for the same asset UUID -> fix for http://jira.secondlife.com/browse/VWR-20608 - changed : deprecated removeItemFromAvatar() in favour of having LLAppearanceMgr::removeItemFromAvatar() handle it directly/correctly -> wearables can't be worn/removed in 2.X without the viewer already having an LLWearable instance for it anyway - added : InitialWearablesLoadedSignal signal which is emitted *once* when the initial wearables are loaded - fixed : attachments sometimes detach only to instantly get reattached after logon - added : LegacyMultiAttachmentSupport debug setting to route "secondary attachment points" to the primary attachment point -> maps secondary attachment point range [39,68] onto [1,30] -> only dislays "secondary attachment points" correctly for *other* avatars (by design) --HG-- branch : Appearance-Misc
Showing
- .hgpatchinfo/Appearance-Misc.desc 11 additions, 0 deletions.hgpatchinfo/Appearance-Misc.desc
- indra/newview/app_settings/settings.xml 11 additions, 0 deletionsindra/newview/app_settings/settings.xml
- indra/newview/llagentwearables.cpp 17 additions, 0 deletionsindra/newview/llagentwearables.cpp
- indra/newview/llagentwearables.h 12 additions, 0 deletionsindra/newview/llagentwearables.h
- indra/newview/llappearancemgr.cpp 29 additions, 5 deletionsindra/newview/llappearancemgr.cpp
- indra/newview/llinventorybridge.cpp 18 additions, 0 deletionsindra/newview/llinventorybridge.cpp
- indra/newview/llinventorybridge.h 4 additions, 4 deletionsindra/newview/llinventorybridge.h
- indra/newview/llvoavatar.cpp 7 additions, 1 deletionindra/newview/llvoavatar.cpp
- indra/newview/llwearablelist.cpp 12 additions, 2 deletionsindra/newview/llwearablelist.cpp
Loading
Please register or sign in to comment