From e0be68917be6e43f2b58185bd33ce289be3a1740 Mon Sep 17 00:00:00 2001 From: Zi Ree Date: Sun, 7 Feb 2021 18:02:49 +0100 Subject: [PATCH] FIRE-24147 - Disable pose stand when the avatar is sitting to prevent animation issues --- indra/newview/app_settings/commands.xml | 1 + indra/newview/skins/default/xui/en/menu_viewer.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 8b3e8996e5..0995fc2bca 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -509,6 +509,7 @@ execute_parameters="fs_posestand" is_running_function="Floater.IsOpen" is_running_parameters="fs_posestand" + is_enabled_function="Agent.enableFlying" /> +