diff options
author | Justin Clark-Casey (justincc) | 2015-03-11 23:04:39 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-11 23:04:39 +0000 |
commit | db24cf53229bbe5cb6ae949dc89aced08d46ceed (patch) | |
tree | 4e00af4a7dd409f009448aae96f78a2f7ccce40c /bin | |
parent | minor: Remove windows build warning about CompressionLevel package ambiguity. (diff) | |
download | opensim-SC-db24cf53229bbe5cb6ae949dc89aced08d46ceed.zip opensim-SC-db24cf53229bbe5cb6ae949dc89aced08d46ceed.tar.gz opensim-SC-db24cf53229bbe5cb6ae949dc89aced08d46ceed.tar.bz2 opensim-SC-db24cf53229bbe5cb6ae949dc89aced08d46ceed.tar.xz |
Add required wearable flags values to inventory body parts and clothing example xml
Diffstat (limited to 'bin')
-rw-r--r-- | bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | 8 | ||||
-rw-r--r-- | bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml index d9adf1c..15cd5fe 100644 --- a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml +++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | |||
@@ -9,6 +9,7 @@ | |||
9 | <Key Name="name" Value="Example Library Item" /> | 9 | <Key Name="name" Value="Example Library Item" /> |
10 | <Key Name="assetType" Value="7" /> | 10 | <Key Name="assetType" Value="7" /> |
11 | <Key Name="inventoryType" Value="7" /> | 11 | <Key Name="inventoryType" Value="7" /> |
12 | <Key Name="flags" Value="0" /> | ||
12 | </Section> | 13 | </Section> |
13 | --> | 14 | --> |
14 | <!-- | 15 | <!-- |
@@ -20,6 +21,7 @@ | |||
20 | <Key Name="name" Value="Hair" /> | 21 | <Key Name="name" Value="Hair" /> |
21 | <Key Name="assetType" Value="13" /> | 22 | <Key Name="assetType" Value="13" /> |
22 | <Key Name="inventoryType" Value="18" /> | 23 | <Key Name="inventoryType" Value="18" /> |
24 | <Key Name="flags" Value="2" /> | ||
23 | </Section> | 25 | </Section> |
24 | 26 | ||
25 | <Section Name="Skin"> | 27 | <Section Name="Skin"> |
@@ -30,6 +32,7 @@ | |||
30 | <Key Name="name" Value="Skin" /> | 32 | <Key Name="name" Value="Skin" /> |
31 | <Key Name="assetType" Value="13" /> | 33 | <Key Name="assetType" Value="13" /> |
32 | <Key Name="inventoryType" Value="18" /> | 34 | <Key Name="inventoryType" Value="18" /> |
35 | <Key Name="flags" Value="1" /> | ||
33 | </Section> | 36 | </Section> |
34 | --> | 37 | --> |
35 | <!-- | 38 | <!-- |
@@ -41,6 +44,7 @@ | |||
41 | <Key Name="name" Value="Jim Skin" /> | 44 | <Key Name="name" Value="Jim Skin" /> |
42 | <Key Name="assetType" Value="13" /> | 45 | <Key Name="assetType" Value="13" /> |
43 | <Key Name="inventoryType" Value="13" /> | 46 | <Key Name="inventoryType" Value="13" /> |
47 | <Key Name="flags" Value="1" /> | ||
44 | </Section> | 48 | </Section> |
45 | 49 | ||
46 | <Section Name="Little Goblin Skin"> | 50 | <Section Name="Little Goblin Skin"> |
@@ -51,6 +55,7 @@ | |||
51 | <Key Name="name" Value="Little Goblin Skin" /> | 55 | <Key Name="name" Value="Little Goblin Skin" /> |
52 | <Key Name="assetType" Value="13" /> | 56 | <Key Name="assetType" Value="13" /> |
53 | <Key Name="inventoryType" Value="13" /> | 57 | <Key Name="inventoryType" Value="13" /> |
58 | <Key Name="flags" Value="1" /> | ||
54 | </Section> | 59 | </Section> |
55 | --> | 60 | --> |
56 | <!-- | 61 | <!-- |
@@ -62,6 +67,7 @@ | |||
62 | <Key Name="name" Value="Shape" /> | 67 | <Key Name="name" Value="Shape" /> |
63 | <Key Name="assetType" Value="13" /> | 68 | <Key Name="assetType" Value="13" /> |
64 | <Key Name="inventoryType" Value="18" /> | 69 | <Key Name="inventoryType" Value="18" /> |
70 | <Key Name="flags" Value="0" /> | ||
65 | </Section> | 71 | </Section> |
66 | --> | 72 | --> |
67 | <!-- | 73 | <!-- |
@@ -73,6 +79,7 @@ | |||
73 | <Key Name="name" Value="Jim Shape" /> | 79 | <Key Name="name" Value="Jim Shape" /> |
74 | <Key Name="assetType" Value="13" /> | 80 | <Key Name="assetType" Value="13" /> |
75 | <Key Name="inventoryType" Value="13" /> | 81 | <Key Name="inventoryType" Value="13" /> |
82 | <Key Name="flags" Value="0" /> | ||
76 | </Section> | 83 | </Section> |
77 | 84 | ||
78 | <Section Name="Little Goblin Shape"> | 85 | <Section Name="Little Goblin Shape"> |
@@ -83,6 +90,7 @@ | |||
83 | <Key Name="name" Value="Little Goblin Shape" /> | 90 | <Key Name="name" Value="Little Goblin Shape" /> |
84 | <Key Name="assetType" Value="13" /> | 91 | <Key Name="assetType" Value="13" /> |
85 | <Key Name="inventoryType" Value="13" /> | 92 | <Key Name="inventoryType" Value="13" /> |
93 | <Key Name="flags" Value="0" /> | ||
86 | </Section> | 94 | </Section> |
87 | --> | 95 | --> |
88 | 96 | ||
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml index a12bb8a..53698ef 100644 --- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml +++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | |||
@@ -9,6 +9,7 @@ | |||
9 | <Key Name="name" Value="Example Library Item" /> | 9 | <Key Name="name" Value="Example Library Item" /> |
10 | <Key Name="assetType" Value="7" /> | 10 | <Key Name="assetType" Value="7" /> |
11 | <Key Name="inventoryType" Value="7" /> | 11 | <Key Name="inventoryType" Value="7" /> |
12 | <Key Name="flags" Value="0" /> | ||
12 | </Section> | 13 | </Section> |
13 | --> | 14 | --> |
14 | <!-- | 15 | <!-- |
@@ -20,6 +21,7 @@ | |||
20 | <Key Name="name" Value="Shirt" /> | 21 | <Key Name="name" Value="Shirt" /> |
21 | <Key Name="assetType" Value="5" /> | 22 | <Key Name="assetType" Value="5" /> |
22 | <Key Name="inventoryType" Value="18" /> | 23 | <Key Name="inventoryType" Value="18" /> |
24 | <Key Name="flags" Value="4" /> | ||
23 | </Section> | 25 | </Section> |
24 | 26 | ||
25 | <Section Name="Pants"> | 27 | <Section Name="Pants"> |
@@ -30,6 +32,7 @@ | |||
30 | <Key Name="name" Value="Pants" /> | 32 | <Key Name="name" Value="Pants" /> |
31 | <Key Name="assetType" Value="5" /> | 33 | <Key Name="assetType" Value="5" /> |
32 | <Key Name="inventoryType" Value="18" /> | 34 | <Key Name="inventoryType" Value="18" /> |
35 | <Key Name="flags" Value="5" /> | ||
33 | </Section> | 36 | </Section> |
34 | --> | 37 | --> |
35 | 38 | ||