add other Eyes asset id to xferupload defaults
parent
0ae7b7e7e8
commit
0d8f62405c
|
@ -49,13 +49,15 @@ namespace OpenSim.Region.CoreModules.Agent.AssetTransaction
|
||||||
new UUID("6522e74d-1660-4e7f-b601-6f48c1659a77"), // eyes
|
new UUID("6522e74d-1660-4e7f-b601-6f48c1659a77"), // eyes
|
||||||
new UUID("c228d1cf-4b5d-4ba8-84f4-899a0796aa97"), // skin
|
new UUID("c228d1cf-4b5d-4ba8-84f4-899a0796aa97"), // skin
|
||||||
new UUID("8dcd4a48-2d37-4909-9f78-f7a9eb4ef903"), // transparency for alpha
|
new UUID("8dcd4a48-2d37-4909-9f78-f7a9eb4ef903"), // transparency for alpha
|
||||||
// opensim assets skin textures possibly obsolete now
|
// opensim assets textures possibly obsolete now
|
||||||
new UUID("00000000-0000-1111-9999-000000000010"),
|
new UUID("00000000-0000-1111-9999-000000000010"),
|
||||||
new UUID("00000000-0000-1111-9999-000000000011"),
|
new UUID("00000000-0000-1111-9999-000000000011"),
|
||||||
new UUID("00000000-0000-1111-9999-000000000012"),
|
new UUID("00000000-0000-1111-9999-000000000012"),
|
||||||
// other transparency defined in assets
|
// other transparency defined in assets
|
||||||
new UUID("3a367d1c-bef1-6d43-7595-e88c1e3aadb3"),
|
new UUID("3a367d1c-bef1-6d43-7595-e88c1e3aadb3"),
|
||||||
new UUID("1578a2b1-5179-4b53-b618-fe00ca5a5594")
|
new UUID("1578a2b1-5179-4b53-b618-fe00ca5a5594"),
|
||||||
|
|
||||||
|
new UUID("4bb6fa4d-1cd2-498a-a84c-95c1a0e745a7") // other eyes
|
||||||
};
|
};
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue