From cce5fdca844c3e762288e7aa4b255c29a5408e45 Mon Sep 17 00:00:00 2001 From: Dave Houlton Date: Wed, 4 May 2022 14:33:55 -0600 Subject: SL-17325 apply inventory material to face --- indra/newview/llpanelface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llpanelface.h') 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); -- cgit v1.2.3