diff options
author | Dave Houlton <euclid@lindenlab.com> | 2022-05-04 14:33:55 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2022-05-05 15:38:16 -0600 |
commit | cce5fdca844c3e762288e7aa4b255c29a5408e45 (patch) | |
tree | 52fb1c527a86f5fc0a1020ea4ba37b4da5d88eb2 /indra/newview/llpanelface.h | |
parent | fa26abf9017e3bf279904e21065d085baec21819 (diff) |
SL-17325 apply inventory material to face
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 9282b70b3c..2a53b7ff15 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -205,7 +205,10 @@ protected: static void onCommitRepeatsPerMeter( LLUICtrl* ctrl, void* userinfo); static void onClickAutoFix(void*); static void onAlignTexture(void*); + static void onSaveMaterial(void*); + static void renderMaterialToLLSD(LLSD* sd, LLUUID uuid, void* userdata); + static void applyMaterialUUID(LLUUID uuid, void*); static F32 valueGlow(LLViewerObject* object, S32 face); |