From 41f7f7a68ee3d9b3eee55437ef0ffcd1d0277227 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Fri, 14 Jul 2017 22:18:53 +0100 Subject: SL-751 - lsl scripts for control of animated objects within a region --- indra/newview/lltoolpie.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra') diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index fc052ae3aa..a1b3caf38b 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1764,6 +1764,12 @@ BOOL LLToolPie::handleRightClickPick() { return TRUE; // unexpected, but escape } +#if 0 // AXON TBD + if (object->asAvatar() && object->asAvatar()->isControlAvatar()) + { + return TRUE; // control avatars are not people... + } +#endif // Object is an avatar, so check for mute by id. LLVOAvatar* avatar = (LLVOAvatar*)object; -- cgit v1.2.3