diff options
author | Justin Clark-Casey (justincc) | 2014-07-24 20:03:19 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-07-24 20:03:19 +0100 |
commit | 086bc6f748084e6e4ccf1c9ae3eb4dabfab79ea7 (patch) | |
tree | 1e3325dfa25ae71f40d2bb67245f39134d85a08c | |
parent | Fix recent regression in 3c6becd5 where login or hg login to variable sized r... (diff) | |
download | opensim-SC-086bc6f748084e6e4ccf1c9ae3eb4dabfab79ea7.zip opensim-SC-086bc6f748084e6e4ccf1c9ae3eb4dabfab79ea7.tar.gz opensim-SC-086bc6f748084e6e4ccf1c9ae3eb4dabfab79ea7.tar.bz2 opensim-SC-086bc6f748084e6e4ccf1c9ae3eb4dabfab79ea7.tar.xz |
Add missing default female hair texture for Ruth avatar.
This was not in library assets despite being referred to in assets/BodyPartsAssetSet/base_hair.dat
Texture ID is 7ca39b4c-bd19-4699-aff7-f93fd03d3e7b
Taken from https://github.com/openmetaversefoundation/simiangrid/blob/master/Grid/default_assets/Default%20Female%20Hair-7ca39b4c-bd19-4699-aff7-f93fd03d3e7b.j2c
-rw-r--r-- | bin/assets/TexturesAssetSet/TexturesAssetSet.xml | 6 | ||||
-rw-r--r-- | bin/assets/TexturesAssetSet/femalehair.jp2 | bin | 0 -> 131038 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml index a29ac38..f7e4367 100644 --- a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml +++ b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml | |||
@@ -343,6 +343,12 @@ | |||
343 | <Key Name="assetType" Value="0" /> | 343 | <Key Name="assetType" Value="0" /> |
344 | <Key Name="fileName" Value="femaleface.jp2"/> | 344 | <Key Name="fileName" Value="femaleface.jp2"/> |
345 | </Section> | 345 | </Section> |
346 | <Section Name="Female Hair Texture"> | ||
347 | <Key Name="assetID" Value="7ca39b4c-bd19-4699-aff7-f93fd03d3e7b"/> | ||
348 | <Key Name="name" Value="Female Hair Texture"/> | ||
349 | <Key Name="assetType" Value="0" /> | ||
350 | <Key Name="fileName" Value="femalehair.jp2"/> | ||
351 | </Section> | ||
346 | <Section Name="Hyperlink Map Texture"> | 352 | <Section Name="Hyperlink Map Texture"> |
347 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000013"/> | 353 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000013"/> |
348 | <Key Name="name" Value="Hyperlink Map Texture"/> | 354 | <Key Name="name" Value="Hyperlink Map Texture"/> |
diff --git a/bin/assets/TexturesAssetSet/femalehair.jp2 b/bin/assets/TexturesAssetSet/femalehair.jp2 new file mode 100644 index 0000000..15a1f36 --- /dev/null +++ b/bin/assets/TexturesAssetSet/femalehair.jp2 | |||
Binary files differ | |||