diff options
author | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
commit | 134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch) | |
tree | 216b89d3fb89acfb81be1e440c25c41ab09fa96d /bin/inventory/ClothingLibrary | |
parent | More changing to production grid. Double oops. (diff) | |
download | opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2 opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz |
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to 'bin/inventory/ClothingLibrary')
-rw-r--r-- | bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml index a12bb8a..b2fc005 100644 --- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml +++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | |||
@@ -1,6 +1,18 @@ | |||
1 | <Nini> | 1 | <Nini> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | In Keys, | ||
5 | name is the name of the item. | ||
6 | description is the description of the item. | ||
7 | assetID is the ID of the asset data that is referenced by the item. | ||
8 | folderID is the ID of the folder containing this item. | ||
9 | inventoryID is the ID for the item. It must be unique. | ||
10 | assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse | ||
11 | inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse | ||
12 | flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse. | ||
13 | --> | ||
14 | |||
15 | <!-- | ||
4 | <Section Name="Example Library Item"> | 16 | <Section Name="Example Library Item"> |
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | 17 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> |
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | 18 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> |
@@ -9,6 +21,7 @@ | |||
9 | <Key Name="name" Value="Example Library Item" /> | 21 | <Key Name="name" Value="Example Library Item" /> |
10 | <Key Name="assetType" Value="7" /> | 22 | <Key Name="assetType" Value="7" /> |
11 | <Key Name="inventoryType" Value="7" /> | 23 | <Key Name="inventoryType" Value="7" /> |
24 | <Key Name="flags" Value="0" /> | ||
12 | </Section> | 25 | </Section> |
13 | --> | 26 | --> |
14 | <!-- | 27 | <!-- |
@@ -20,6 +33,7 @@ | |||
20 | <Key Name="name" Value="Shirt" /> | 33 | <Key Name="name" Value="Shirt" /> |
21 | <Key Name="assetType" Value="5" /> | 34 | <Key Name="assetType" Value="5" /> |
22 | <Key Name="inventoryType" Value="18" /> | 35 | <Key Name="inventoryType" Value="18" /> |
36 | <Key Name="flags" Value="4" /> | ||
23 | </Section> | 37 | </Section> |
24 | 38 | ||
25 | <Section Name="Pants"> | 39 | <Section Name="Pants"> |
@@ -30,6 +44,7 @@ | |||
30 | <Key Name="name" Value="Pants" /> | 44 | <Key Name="name" Value="Pants" /> |
31 | <Key Name="assetType" Value="5" /> | 45 | <Key Name="assetType" Value="5" /> |
32 | <Key Name="inventoryType" Value="18" /> | 46 | <Key Name="inventoryType" Value="18" /> |
47 | <Key Name="flags" Value="5" /> | ||
33 | </Section> | 48 | </Section> |
34 | --> | 49 | --> |
35 | 50 | ||