From b4680f653dbc1c6f712898af79c4ea22bca3f678 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 17 Dec 2008 16:11:03 +0000 Subject: * Implement 'Save Object Back to My Inventory'. On the Linden client this is in the Tools menu available when editing an object * This facility allows you to save changes to an object that you've rezzed into a region back into their original inventory item without having to take a copy of the rezzed object. --- OpenSim/Framework/IScene.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/IScene.cs') diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 6a6fdf1..5978245 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs @@ -48,6 +48,7 @@ namespace OpenSim.Framework /// public enum DeRezAction : byte { + SaveToExistingUserInventoryItem = 0, TakeCopy = 1, Take = 4, GodTakeCopy = 5, -- cgit v1.1