diff options
author | Sean Dague | 2008-06-13 19:15:27 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-13 19:15:27 +0000 |
commit | 987c7498c3dd336e867c8069dede4e54ca2b0f92 (patch) | |
tree | fe5b0f388108621289464f8db1a9db2d65ecbb4d /bin | |
parent | rename to index.xml just to make this more consistant (diff) | |
download | opensim-SC_OLD-987c7498c3dd336e867c8069dede4e54ca2b0f92.zip opensim-SC_OLD-987c7498c3dd336e867c8069dede4e54ca2b0f92.tar.gz opensim-SC_OLD-987c7498c3dd336e867c8069dede4e54ca2b0f92.tar.bz2 opensim-SC_OLD-987c7498c3dd336e867c8069dede4e54ca2b0f92.tar.xz |
the first pass at Asset Fridays. Contribution of a handshake
animation from Mo Hax at IBM. This took us a while to sort out
the conversion path, expection more efficiency in the future.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/assets/AnimationsAssetSet/handshake_01.dat | bin | 0 -> 915 bytes | |||
-rw-r--r-- | bin/assets/AnimationsAssetSet/index.xml | 9 | ||||
-rw-r--r-- | bin/assets/AssetSets.xml | 5 | ||||
-rw-r--r-- | bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml | 1 | ||||
-rw-r--r-- | bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | 9 |
5 files changed, 19 insertions, 5 deletions
diff --git a/bin/assets/AnimationsAssetSet/handshake_01.dat b/bin/assets/AnimationsAssetSet/handshake_01.dat new file mode 100644 index 0000000..63a2b42 --- /dev/null +++ b/bin/assets/AnimationsAssetSet/handshake_01.dat | |||
Binary files differ | |||
diff --git a/bin/assets/AnimationsAssetSet/index.xml b/bin/assets/AnimationsAssetSet/index.xml index 3b9154a..1b35919 100644 --- a/bin/assets/AnimationsAssetSet/index.xml +++ b/bin/assets/AnimationsAssetSet/index.xml | |||
@@ -1,3 +1,10 @@ | |||
1 | <Nini> | 1 | <Nini> |
2 | 2 | <Section Name="Handshake"> | |
3 | <Key Name="assetID" Value="ddc2400f-ecdb-b00e-aee7-442ff99d5fb7"/> | ||
4 | <Key Name="name" Value="Handshake"/> | ||
5 | <Key Name="description" Value="Created by Mo Hax"/> | ||
6 | <Key Name="assetType" Value="20" /> | ||
7 | <Key Name="inventoryType" Value="19" /> | ||
8 | <Key Name="fileName" Value="handshake_01.dat"/> | ||
9 | </Section> | ||
3 | </Nini> | 10 | </Nini> |
diff --git a/bin/assets/AssetSets.xml b/bin/assets/AssetSets.xml index a8f1500..27c1339 100644 --- a/bin/assets/AssetSets.xml +++ b/bin/assets/AssetSets.xml | |||
@@ -16,11 +16,10 @@ | |||
16 | </Section> | 16 | </Section> |
17 | --> | 17 | --> |
18 | 18 | ||
19 | <!----> | 19 | |
20 | <Section Name="Animations AssetSet"> | 20 | <Section Name="Animations AssetSet"> |
21 | <Key Name="file" Value="AnimationsAssetSet/AnimationsAssetSet.xml"/> | 21 | <Key Name="file" Value="AnimationsAssetSet/index.xml"/> |
22 | </Section> | 22 | </Section> |
23 | <!----> | ||
24 | 23 | ||
25 | <!----> | 24 | <!----> |
26 | <Section Name="BodyParts AssetSet"> | 25 | <Section Name="BodyParts AssetSet"> |
diff --git a/bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml b/bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml index e064c5b..e8cc5ac 100644 --- a/bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml +++ b/bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml | |||
@@ -12,6 +12,5 @@ | |||
12 | <Key Name="folderID" Value="f0908f10-b9bf-11dc-95ff-0800200c9a66"/> | 12 | <Key Name="folderID" Value="f0908f10-b9bf-11dc-95ff-0800200c9a66"/> |
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | 13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> |
14 | <Key Name="name" Value="Animations Library"/> | 14 | <Key Name="name" Value="Animations Library"/> |
15 | <Key Name="type" Value="20"/> | ||
16 | </Section> | 15 | </Section> |
17 | </Nini> | 16 | </Nini> |
diff --git a/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml index 4047a58..233f82b 100644 --- a/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml +++ b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | |||
@@ -1,4 +1,13 @@ | |||
1 | <Nini> | 1 | <Nini> |
2 | <Section Name="Handshake"> | ||
3 | <Key Name="folderID" Value="f0908f10-b9bf-11dc-95ff-0800200c9a66"/> | ||
4 | <Key Name="inventoryID" Value="ddc2400f-ecdb-b00e-aee7-442ff99d5fb7"/> | ||
5 | <Key Name="assetID" Value="ddc2400f-ecdb-b00e-aee7-442ff99d5fb7"/> | ||
6 | <Key Name="name" Value="Handshake"/> | ||
7 | <Key Name="description" Value="Right handed handshake - Created by Mo Hax"/> | ||
8 | <Key Name="assetType" Value="20" /> | ||
9 | <Key Name="inventoryType" Value="19" /> | ||
10 | </Section> | ||
2 | 11 | ||
3 | <!-- | 12 | <!-- |
4 | <Section Name="Example Library Item"> | 13 | <Section Name="Example Library Item"> |