diff options
author | Justin Clark-Casey (justincc) | 2013-01-02 21:38:00 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-02 21:38:00 +0000 |
commit | addab1244ecc586b0a6fc8560b94c871567b78da (patch) | |
tree | d290a14742e8fb15275863a9a66751b5989666b1 /OpenSim/Region/OptionalModules/Avatar/Attachments | |
parent | If an NPC is unowned, then always auto-grant permissions requested via llRequ... (diff) | |
download | opensim-SC_OLD-addab1244ecc586b0a6fc8560b94c871567b78da.zip opensim-SC_OLD-addab1244ecc586b0a6fc8560b94c871567b78da.tar.gz opensim-SC_OLD-addab1244ecc586b0a6fc8560b94c871567b78da.tar.bz2 opensim-SC_OLD-addab1244ecc586b0a6fc8560b94c871567b78da.tar.xz |
Add "show animations" console command for debug purposes.
This shows the current animation sequence and default anims for avatars.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/Attachments')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Attachments/AttachmentsCommandModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Attachments/AttachmentsCommandModule.cs b/OpenSim/Region/OptionalModules/Avatar/Attachments/AttachmentsCommandModule.cs index 68bcb4a..d97e3b3 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Attachments/AttachmentsCommandModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Attachments/AttachmentsCommandModule.cs | |||
@@ -97,6 +97,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments | |||
97 | "Users", this, "attachments show", | 97 | "Users", this, "attachments show", |
98 | "attachments show [<first-name> <last-name>]", | 98 | "attachments show [<first-name> <last-name>]", |
99 | "Show attachment information for avatars in this simulator.", | 99 | "Show attachment information for avatars in this simulator.", |
100 | "If no name is supplied then information for all avatars is shown.", | ||
100 | HandleShowAttachmentsCommand); | 101 | HandleShowAttachmentsCommand); |
101 | } | 102 | } |
102 | 103 | ||