diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-02 15:27:34 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-02 16:58:28 +0300 |
commit | 090bb3e6de6d5cb70ed372748a76e391f61cb32e (patch) | |
tree | 125cf5d0642b9e2ef467ecb637e032473069a3b4 /indra/newview/llpanelface.h | |
parent | cf2e2a6cf31194c03bdda6531cebada2f0bbf390 (diff) |
SL-13359 #1 Revert floater_tools and object panel changes
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 770f10e2ee..dbf3531332 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -115,6 +115,13 @@ public: LLRender::eTexIndex getTextureChannelToEdit(); void pasteFace(LLViewerObject* object, S32 te); + static bool isLibraryTexture(LLUUID image_id); + + // Finds copy-enabled texture with specified asset from inventory + // This can be performance unfriendly and doesn't warranty that + // the texture is original source of asset + static LLUUID getCopyPermInventoryTextureId(LLUUID image_id); + static bool canCopyTexture(LLUUID image_id); protected: void getState(); |