diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-23 16:21:53 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-23 16:21:53 -0500 |
commit | 394479d7cc48a0170854e07f14267e28ba247990 (patch) | |
tree | 4e68623cf90138e851e082619d52b04c26949ea0 /indra/llprimitive/llmaterialid.h | |
parent | 54edd8ba8b824241f3d6df9e3ffff7a7c926665d (diff) |
SL-17653 WIP - Apply GLTF material in Material Editor to selected object when you click "Save"
Diffstat (limited to 'indra/llprimitive/llmaterialid.h')
-rw-r--r-- | indra/llprimitive/llmaterialid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llmaterialid.h b/indra/llprimitive/llmaterialid.h index ee663f8f99..e6165dfc91 100644 --- a/indra/llprimitive/llmaterialid.h +++ b/indra/llprimitive/llmaterialid.h @@ -61,6 +61,7 @@ public: LLSD asLLSD() const; std::string asString() const; + LLUUID asUUID() const; friend std::ostream& operator<<(std::ostream& s, const LLMaterialID &material_id); |