summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialeditor.h
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2022-06-23 14:36:26 -0700
committerPtolemy <ptolemy@lindenlab.com>2022-06-23 14:36:26 -0700
commit861e7b6be812f450ed9b4580a8c7ca30d88a26dd (patch)
tree4f08feb9a76e6a1f52c9d50d66c979d51f86cb64 /indra/newview/llmaterialeditor.h
parent8fa6bcb5a5abdf0c4649df65c900dee66c3ccddc (diff)
parent394479d7cc48a0170854e07f14267e28ba247990 (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.h3
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