* Added a download command to TestClient to download non-texture assets
* ls -l in TestClient now also prints AssetIDs * Removed ExportOutfit and ImportOutfit, they didn't work * Added default eyes and more clothing textures to Simian. Appearance is working for me now. Appearance won't persist until we have a persistent asset store git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2282 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OpenMetaverse.TestClient
|
||||
{
|
||||
Name = "downloadtexture";
|
||||
Description = "Downloads the specified texture. " +
|
||||
"Usage: downloadtexture [texture-uuid]";
|
||||
"Usage: downloadtexture [texture-uuid] [discardlevel]";
|
||||
Category = CommandCategory.Inventory;
|
||||
|
||||
testClient.Assets.OnImageReceiveProgress += new AssetManager.ImageReceiveProgressCallback(Assets_OnImageReceiveProgress);
|
||||
|
||||
Reference in New Issue
Block a user