aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-25 21:31:40 +0000
committerJustin Clarke Casey2008-04-25 21:31:40 +0000
commit6fec9c789b509a8dd2ca636edd61e5f5cd510d11 (patch)
tree22355179323b36cf8c234510ecb0b5ca16a2609d /OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
parent* Fixes Mantis: 1049. Y Texture repeat not being applied to resulting animat... (diff)
downloadopensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.zip
opensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.tar.gz
opensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.tar.bz2
opensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.tar.xz
* Check in odds and ends which remain as an attempt to get the item properties panel for a prim's contents working
* Temporarily hacked things to bring our protocol data flow to be pretty much completely identical to the Linden's for this - to absolutely no avail. * Leaving commented code in as a springboard for some future attempt
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
index d9808e6..efb40dd 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
@@ -151,6 +151,11 @@ namespace OpenSim.Region.Environment.Scenes
151 return false; 151 return false;
152 } 152 }
153 153
154 /// <summary>
155 /// Return serialized inventory metadata for the given constituent prim
156 /// </summary>
157 /// <param name="localID"></param>
158 /// <param name="xferManager"></param>
154 public void RequestInventoryFile(uint localID, IXfer xferManager) 159 public void RequestInventoryFile(uint localID, IXfer xferManager)
155 { 160 {
156 SceneObjectPart part = GetChildPart(localID); 161 SceneObjectPart part = GetChildPart(localID);