diff options
author | UbitUmarov | 2015-09-01 11:43:07 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-01 11:43:07 +0100 |
commit | fb78b182520fc9bb0f971afd0322029c70278ea6 (patch) | |
tree | b4e30d383938fdeef8c92d1d1c2f44bb61d329bd /bin/inventory/ClothingLibrary | |
parent | lixo (diff) | |
parent | Mantis #7713: fixed bug introduced by 1st MOSES patch. (diff) | |
download | opensim-SC-fb78b182520fc9bb0f971afd0322029c70278ea6.zip opensim-SC-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.gz opensim-SC-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.bz2 opensim-SC-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.xz |
Merge remote-tracking branch 'os/master'
Diffstat (limited to 'bin/inventory/ClothingLibrary')
-rw-r--r-- | bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml | 17 | ||||
-rw-r--r-- | bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 51 |
2 files changed, 68 insertions, 0 deletions
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml new file mode 100644 index 0000000..488c395 --- /dev/null +++ b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Clothing Library"> | ||
12 | <Key Name="folderID" Value="b75056e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Clothing Library"/> | ||
15 | <Key Name="type" Value="5"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml new file mode 100644 index 0000000..b2fc005 --- /dev/null +++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | |||
@@ -0,0 +1,51 @@ | |||
1 | <Nini> | ||
2 | |||
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 | <!-- | ||
16 | <Section Name="Example Library Item"> | ||
17 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
18 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
19 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
20 | <Key Name="description" Value="Example Library Item" /> | ||
21 | <Key Name="name" Value="Example Library Item" /> | ||
22 | <Key Name="assetType" Value="7" /> | ||
23 | <Key Name="inventoryType" Value="7" /> | ||
24 | <Key Name="flags" Value="0" /> | ||
25 | </Section> | ||
26 | --> | ||
27 | <!-- | ||
28 | <Section Name="Shirt"> | ||
29 | <Key Name="inventoryID" Value="d5e46210-b9d1-11dc-95ff-0800200c9a66" /> | ||
30 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110" /> | ||
31 | <Key Name="folderID" Value="b75056e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
32 | <Key Name="description" Value="Shirt" /> | ||
33 | <Key Name="name" Value="Shirt" /> | ||
34 | <Key Name="assetType" Value="5" /> | ||
35 | <Key Name="inventoryType" Value="18" /> | ||
36 | <Key Name="flags" Value="4" /> | ||
37 | </Section> | ||
38 | |||
39 | <Section Name="Pants"> | ||
40 | <Key Name="inventoryID" Value="d5e46211-b9d1-11dc-95ff-0800200c9a66" /> | ||
41 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120" /> | ||
42 | <Key Name="folderID" Value="b75056e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
43 | <Key Name="description" Value="Pants" /> | ||
44 | <Key Name="name" Value="Pants" /> | ||
45 | <Key Name="assetType" Value="5" /> | ||
46 | <Key Name="inventoryType" Value="18" /> | ||
47 | <Key Name="flags" Value="5" /> | ||
48 | </Section> | ||
49 | --> | ||
50 | |||
51 | </Nini> | ||