Talk:Database:Assets
From OpenSimulator
JeffKelley (Talk | contribs) m |
|||
Line 8: | Line 8: | ||
Maybe it doesn't belong on this page but we should have a complete list of asset types somewhere. The wiki is for developers too and they need to know such stuff. -- Tess Juel | Maybe it doesn't belong on this page but we should have a complete list of asset types somewhere. The wiki is for developers too and they need to know such stuff. -- Tess Juel | ||
+ | |||
+ | The complete enumeration is in OpenMetaversesTypes/Enums.cs. Nobody seem to remember why they are here, and no one has seen a folder in the assets, ever. No, the wiki is not for developers because it is not authoritative. Only the code is. The wiki is mainly for integrators developing web front-end or tools operating on the database. -- JeffKelley |
Revision as of 13:41, 1 June 2023
Does the Material assetType really have a negative assetType number and what is it? In Second Life the Material asset class is for glTF type materials and it has the asset class no. 57 but afaik we haven't even started looking at glTF materials for opensim yet. -- Tess Juel
Yes, there are assets -2 in the asset table, and they are llsd maps defining material textures (NormMap, SpecMap). They may be obsolete, in which case we need a notice but not delete it since they are present in database and scripts acting on the db may make something useful from this information. -- JeffKelley
Assets 8 (folder), 24 (link), 25 (link folder), 26 (marlekplace folder) are defined in openmetaverse public enum AssetType. However they are not asset types and do not exist in the database. I am for undoing this edit. -- JeffKelley
Maybe it doesn't belong on this page but we should have a complete list of asset types somewhere. The wiki is for developers too and they need to know such stuff. -- Tess Juel
The complete enumeration is in OpenMetaversesTypes/Enums.cs. Nobody seem to remember why they are here, and no one has seen a folder in the assets, ever. No, the wiki is not for developers because it is not authoritative. Only the code is. The wiki is mainly for integrators developing web front-end or tools operating on the database. -- JeffKelley