From 15908fd34e6d7a40f1d21e9f83676429818f2f06 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Sat, 13 Apr 2024 00:05:18 +0300 Subject: viewer#1195 Real Life photo can be set to a bake texture --- indra/newview/llpanelprofile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 8114e05a94..e61ff4cc65 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -2317,7 +2317,8 @@ void LLPanelProfileFirstLife::onChangePhoto() onCommitPhoto(asset_id); } }); - texture_floaterp->setLocalTextureEnabled(FALSE); + texture_floaterp->setLocalTextureEnabled(false); + texture_floaterp->setBakeTextureEnabled(false); texture_floaterp->setCanApply(false, true, false); parent_floater->addDependentFloater(mFloaterTexturePickerHandle); -- cgit v1.2.3