diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2022-06-23 14:36:26 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2022-06-23 14:36:26 -0700 |
commit | 861e7b6be812f450ed9b4580a8c7ca30d88a26dd (patch) | |
tree | 4f08feb9a76e6a1f52c9d50d66c979d51f86cb64 /indra/newview/llmaterialeditor.h | |
parent | 8fa6bcb5a5abdf0c4649df65c900dee66c3ccddc (diff) | |
parent | 394479d7cc48a0170854e07f14267e28ba247990 (diff) |
Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index f0c5dca44d..e773ecd169 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -36,6 +36,9 @@ public: // open a file dialog and select a gltf/glb file for import void importMaterial(); + // for live preview, apply current material to currently selected object + void applyToSelection(); + void onClickSave(); // llpanel |