mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
More work on UserProfile and inventory cache (still currently not enabled).
Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenSim.Framework.Data
|
||||
/// </summary>
|
||||
public int type;
|
||||
/// <summary>
|
||||
/// The folder this item is contained in (NULL_KEY = Inventory Root)
|
||||
/// The folder this item is contained in
|
||||
/// </summary>
|
||||
public LLUUID parentFolderID;
|
||||
/// <summary>
|
||||
@@ -56,7 +56,7 @@ namespace OpenSim.Framework.Data
|
||||
/// </summary>
|
||||
public LLUUID avatarID;
|
||||
/// <summary>
|
||||
/// The creator of this folder
|
||||
/// The creator of this item
|
||||
/// </summary>
|
||||
public LLUUID creatorsID;
|
||||
/// <summary>
|
||||
@@ -91,7 +91,7 @@ namespace OpenSim.Framework.Data
|
||||
/// </summary>
|
||||
public LLUUID agentID;
|
||||
/// <summary>
|
||||
/// The folder this folder is contained in (NULL_KEY for root)
|
||||
/// The folder this folder is contained in
|
||||
/// </summary>
|
||||
public LLUUID parentID;
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user