* 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:
@@ -56,6 +56,8 @@ namespace OpenMetaverse.TestClient.Commands.Inventory.Shell
|
||||
displayString += PermMaskString(item.Permissions.EveryoneMask);
|
||||
displayString += " " + item.UUID;
|
||||
displayString += " " + item.Name;
|
||||
displayString += nl;
|
||||
displayString += " AssetID: " + item.AssetUUID;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user