Make UUID 3a367d1c-bef1-6d43-7595-e88c1e3aadb3 reference a full alpha texture.
SL's viewer and some downstream projects assume that this UUID points to a full alpha texture, as per http://opensimulator.org/mantis/bug_view_advanced_page.php?bug_id=4751 and http://forums.kokuaviewer.org/viewtopic.php?f=8&t=1323 If the request isn't satified, some viewers will continuously make the request.0.7.1-dev
parent
cf24069227
commit
c1665cfe9c
|
@ -414,6 +414,15 @@
|
|||
<Key Name="fileName" Value="default_clear.jp2" />
|
||||
</Section>
|
||||
|
||||
<!-- 3a367d1c-bef1-6d43-7595-e88c1e3aadb3 is a UUID that viewers assume exists in the asset server -->
|
||||
<!-- See http://opensimulator.org/mantis/bug_view_advanced_page.php?bug_id=4751 for more details -->
|
||||
<Section Name="Default Alpha Layer Texture">
|
||||
<Key Name="assetID" Value="3a367d1c-bef1-6d43-7595-e88c1e3aadb3"/>
|
||||
<Key Name="name" Value="Default Alpha Layer Texture"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="fileName" Value="default_clear.jp2" />
|
||||
</Section>
|
||||
|
||||
<Section Name="Default Avatar">
|
||||
<Key Name="assetID" Value="c228d1cf-4b5d-4ba8-84f4-899a0796aa97"/>
|
||||
<Key Name="name" Value="Default Avatar"/>
|
||||
|
|
Loading…
Reference in New Issue