diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-10-25 16:43:36 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-10-25 16:43:36 -0400 |
commit | b1838f02bc6c4a052c68fc6bbf3106e3a796a1a2 (patch) | |
tree | 7848f11c33e3c91eb8e3d85f1d42bae902fb2811 /indra/llappearance/llavatarappearance.h | |
parent | dba221e0ac89b1505ddd3b896946286d5d1cf3d8 (diff) |
SH-4572 FIX changing clothing parameters do not take effect in edit appearance
fix, new back-end utility and restoring the necessary functionality.
Diffstat (limited to 'indra/llappearance/llavatarappearance.h')
-rwxr-xr-x | indra/llappearance/llavatarappearance.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index 1c212873f4..1e898026c0 100755 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -219,6 +219,12 @@ public: ** ** *******************************************************************************/ + //-------------------------------------------------------------------- + // Composites + //-------------------------------------------------------------------- +public: + virtual void invalidateComposite(LLTexLayerSet* layerset) = 0; + /******************************************************************************** ** ** ** MESHES @@ -257,6 +263,7 @@ public: //-------------------------------------------------------------------- public: LLColor4 getGlobalColor(const std::string& color_name ) const; + virtual void onGlobalColorChanged(const LLTexGlobalColor* global_color) = 0; protected: LLTexGlobalColor* mTexSkinColor; LLTexGlobalColor* mTexHairColor; |