aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/BodyPartsLibrary
diff options
context:
space:
mode:
authorBrian McBee2008-01-07 01:03:46 +0000
committerBrian McBee2008-01-07 01:03:46 +0000
commit35b0c2e9dfbbf811c12c9e3e7d4359a13b987977 (patch)
tree42e91b37aa581006dc9defb6780ff15319049d3f /bin/inventory/BodyPartsLibrary
parentFactor out inventory code in SceneObjectGroup into seperate class. (diff)
downloadopensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.zip
opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.gz
opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.bz2
opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.xz
More inventory work for CharlieO. Final patch to make it all work yet to come.
Diffstat (limited to 'bin/inventory/BodyPartsLibrary')
-rw-r--r--bin/inventory/BodyPartsLibrary/BodyPartsLibraryFolders.xml17
-rw-r--r--bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml117
2 files changed, 134 insertions, 0 deletions
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryFolders.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryFolders.xml
new file mode 100644
index 0000000..173f6d3
--- /dev/null
+++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryFolders.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="BodyParts Library">
12 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
13 <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
14 <Key Name="name" Value="BodyParts Library"/>
15 <Key Name="type" Value="13"/>
16 </Section>
17</Nini>
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml
new file mode 100644
index 0000000..d513803
--- /dev/null
+++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml
@@ -0,0 +1,117 @@
1<Nini>
2
3<!--
4 <Section Name="Example Library Item">
5 <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
6 <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
7 <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
8 <Key Name="description" Value="Example Library Item" />
9 <Key Name="name" Value="Example Library Item" />
10 <Key Name="assetType" Value="7" />
11 <Key Name="inventoryType" Value="7" />
12 <Key Name="currentPermissions" Value="2147483647" />
13 <Key Name="nextPermissions" Value="2147483647" />
14 <Key Name="everyonePermissions" Value="2147483647" />
15 <Key Name="basePermissions" Value="2147483647" />
16 </Section>
17-->
18
19 <Section Name="Hair">
20 <Key Name="inventoryID" Value="d342e6c1-b9d2-11dc-95ff-0800200c9a66" />
21 <Key Name="assetID" Value="d342e6c0-b9d2-11dc-95ff-0800200c9a66" />
22 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
23 <Key Name="description" Value="Hair" />
24 <Key Name="name" Value="Hair" />
25 <Key Name="assetType" Value="13" />
26 <Key Name="inventoryType" Value="18" />
27 <Key Name="currentPermissions" Value="2147483647" />
28 <Key Name="nextPermissions" Value="2147483647" />
29 <Key Name="everyonePermissions" Value="2147483647" />
30 <Key Name="basePermissions" Value="2147483647" />
31 </Section>
32
33 <Section Name="Skin">
34 <Key Name="inventoryID" Value="5c86b030-b9cc-11dc-95ff-0800200c9a66" />
35 <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb" />
36 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
37 <Key Name="description" Value="Skin" />
38 <Key Name="name" Value="Skin" />
39 <Key Name="assetType" Value="13" />
40 <Key Name="inventoryType" Value="18" />
41 <Key Name="currentPermissions" Value="2147483647" />
42 <Key Name="nextPermissions" Value="2147483647" />
43 <Key Name="everyonePermissions" Value="2147483647" />
44 <Key Name="basePermissions" Value="2147483647" />
45 </Section>
46<!--
47 <Section Name="Jim Skin">
48 <Key Name="inventoryID" Value="5c86b031-b9cc-11dc-95ff-0800200c9a66" />
49 <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbc" />
50 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
51 <Key Name="description" Value="Jim Skin" />
52 <Key Name="name" Value="Jim Skin" />
53 <Key Name="assetType" Value="13" />
54 <Key Name="inventoryType" Value="13" />
55 <Key Name="currentPermissions" Value="2147483647" />
56 <Key Name="nextPermissions" Value="2147483647" />
57 <Key Name="everyonePermissions" Value="2147483647" />
58 <Key Name="basePermissions" Value="2147483647" />
59 </Section>
60
61 <Section Name="Little Goblin Skin">
62 <Key Name="inventoryID" Value="5c86b032-b9cc-11dc-95ff-0800200c9a66" />
63 <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbd" />
64 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
65 <Key Name="description" Value="Little Goblin Skin" />
66 <Key Name="name" Value="Little Goblin Skin" />
67 <Key Name="assetType" Value="13" />
68 <Key Name="inventoryType" Value="13" />
69 <Key Name="currentPermissions" Value="2147483647" />
70 <Key Name="nextPermissions" Value="2147483647" />
71 <Key Name="everyonePermissions" Value="2147483647" />
72 <Key Name="basePermissions" Value="2147483647" />
73 </Section>
74-->
75 <Section Name="Shape">
76 <Key Name="inventoryID" Value="5c86b033-b9cc-11dc-95ff-0800200c9a66" />
77 <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73" />
78 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
79 <Key Name="description" Value="Shape" />
80 <Key Name="name" Value="Shape" />
81 <Key Name="assetType" Value="13" />
82 <Key Name="inventoryType" Value="18" />
83 <Key Name="currentPermissions" Value="2147483647" />
84 <Key Name="nextPermissions" Value="2147483647" />
85 <Key Name="everyonePermissions" Value="2147483647" />
86 <Key Name="basePermissions" Value="2147483647" />
87 </Section>
88<!--
89 <Section Name="Jim Shape">
90 <Key Name="inventoryID" Value="5c86b034-b9cc-11dc-95ff-0800200c9a66" />
91 <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab74" />
92 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
93 <Key Name="description" Value="Jim Shape" />
94 <Key Name="name" Value="Jim Shape" />
95 <Key Name="assetType" Value="13" />
96 <Key Name="inventoryType" Value="13" />
97 <Key Name="currentPermissions" Value="2147483647" />
98 <Key Name="nextPermissions" Value="2147483647" />
99 <Key Name="everyonePermissions" Value="2147483647" />
100 <Key Name="basePermissions" Value="2147483647" />
101 </Section>
102
103 <Section Name="Little Goblin Shape">
104 <Key Name="inventoryID" Value="5c86b035-b9cc-11dc-95ff-0800200c9a66" />
105 <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab75" />
106 <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
107 <Key Name="description" Value="Little Goblin Shape" />
108 <Key Name="name" Value="Little Goblin Shape" />
109 <Key Name="assetType" Value="13" />
110 <Key Name="inventoryType" Value="13" />
111 <Key Name="currentPermissions" Value="2147483647" />
112 <Key Name="nextPermissions" Value="2147483647" />
113 <Key Name="everyonePermissions" Value="2147483647" />
114 <Key Name="basePermissions" Value="2147483647" />
115 </Section>
116 -->
117</Nini>