[vwrap] [IDEA] Access to Object content without rezzing. (was: [opensource-dev] Open Viewer Development Announcement)
Boroondas Gupte <sllists@boroon.dasgupta.ch> Tue, 17 August 2010 14:30 UTC
Return-Path: <sllists@boroon.dasgupta.ch>
X-Original-To: vwrap@core3.amsl.com
Delivered-To: vwrap@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id B7E063A699C for <vwrap@core3.amsl.com>;
Tue, 17 Aug 2010 07:30:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.427
X-Spam-Level:
X-Spam-Status: No,
score=0.427 tagged_above=-999 required=5 tests=[BAYES_40=-0.185,
HELO_MISMATCH_NET=0.611, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rVgFkycPtbD4 for
<vwrap@core3.amsl.com>; Tue, 17 Aug 2010 07:30:43 -0700 (PDT)
Received: from datendelphin.net (india288.server4you.de [85.25.150.202]) by
core3.amsl.com (Postfix) with ESMTP id 20D0D3A6988 for <vwrap@ietf.org>;
Tue, 17 Aug 2010 07:30:41 -0700 (PDT)
Received: from [192.168.1.66] (adsl-62-167-136-12.adslplus.ch [62.167.136.12])
(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client
certificate requested) by datendelphin.net (Postfix) with ESMTPSA id
2B3622E006; Tue, 17 Aug 2010 16:31:51 +0200 (CEST)
Message-ID: <4C6A9D2D.2090801@boroon.dasgupta.ch>
Date: Tue, 17 Aug 2010 16:31:09 +0200
From: Boroondas Gupte <sllists@boroon.dasgupta.ch>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US;
rv:1.9.2.7) Gecko/20100729 Lightning/1.0b2pre Thunderbird/3.1.1
MIME-Version: 1.0
To: Second Life User Experience Mailing List <sl-ux@lists.secondlife.com>
References: <C88EEE02.27B2A%bryon@slearth.com><4C69BE39.1090106@fishkill.ibm.com> <201008170924.50215.Lance.Corrimal@eregion.de>
<B3C84D755F774BB3B7BEA21C4B9B316B@TWEEDY64>
In-Reply-To: <B3C84D755F774BB3B7BEA21C4B9B316B@TWEEDY64>
Content-Type: multipart/alternative;
boundary="------------000404070209070605070602"
Cc: vwrap@ietf.org, Second Life Open Source Development Mailing List
<opensource-dev@lists.secondlife.com>
Subject: [vwrap] [IDEA] Access to Object content without rezzing. (was:
[opensource-dev] Open Viewer Development Announcement)
X-BeenThere: vwrap@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Virtual World Region Agent Protocol - IETF working group
<vwrap.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vwrap>,
<mailto:vwrap-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vwrap>
List-Post: <mailto:vwrap@ietf.org>
List-Help: <mailto:vwrap-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vwrap>,
<mailto:vwrap-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Aug 2010 14:30:44 -0000
[I'm cross posting this to several mailing lists to solicit feedback. To avoid clutter, please *do not reply to all of them* when answering, unless there's a valid reason to do so. To avoid scattering the discussion, please *do reply to sl-ux@lists.secondlife.com <https://lists.secondlife.com/cgi-bin/mailman/listinfo/sl-ux>* when answering. Thanks!] On 08/17/2010 01:52 PM, mysticaldemina@xrgrid.com wrote <https://lists.secondlife.com/pipermail/opensource-dev/2010-August/002520.html>: > [...] V1.23 as well, makes designing take much > longer than it should. Like having to rezz objects to edit their contents. > Ever have to rezz hundreds of boxes to update something? Or correct the > permissions. Have to rezz a box to get to its contents I think is one of > the most difficult things for new people. Having to rezz objects to get to > stuff, then copy to inventory, then find it in inventory, etc. I have made a suggestion on how to solve this UI-wise at VWR-2427 Allow objects containing other items to be expanded within the Inventory <http://jira.secondlife.com/browse/VWR-2427>. I'd like to hear about other approaches, too! The main problem when coming up with complete solution for these use cases is, though, that they'll probably require some fundamental changes on the (non-opensource) server side: As far as I know, currently, Object Inventory is served by the Region, and the Region only knows about rezzed Objects. So either a way would have to be added for the Region to proxy non-rezzed Objects to the client or clients would have to be granted direct (or other indirect) access to the asset storage system. I think the same goes for the Object assets themselves, so these restrictions not only apply to manipulating an Object's content, but also to editing the Object itself without rezzing it (e.g. changing it's size, shape or color). I don't know if the AD <https://wiki.secondlife.com/wiki/Agent_Domain>/RD <https://wiki.secondlife.com/wiki/Region_Domain> separation of OGP/AWG/VWRAP will help here, thus CCing their mailing list. Maybe someone from there can shed some light on this. cheers Boroondas
- [vwrap] [IDEA] Access to Object content without r… Boroondas Gupte