-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put new undress functionality into core collar #85
Comments
Tagging @SilkieSabra, @Athaliah, @SatomiAhn specifically for opinions. And anyone else interested of course! |
This looks a lot more inline with how the RLV folders look now. I like it, and I think its very needed (as seen in The pros below). This will be one of the best improvements to OC, in my opinion, since the dressing system is my favorite thing. The pros: 1. This simplifies undressing (without having to go through tons of folders in the RLV folder menu), which means a LOT less setup needs to be done in the RLV folders (unless you want to put clothes back on, but that's what outfits are for) 2. This would make it easy for "masters/controllers" who don't understand the menu system for folders to easily remove things (especially if items in nostrip folders aren't listed, thus uncluttering the list). The cons: This would make 3 ways to work with attachments: outfits, folders and undress, which might be a bit confusing as to which to use. As you said, keeping it as a plug in is one option. But in my opinion: This should be part of the core functionality. Im not familiar with the code, but I think it makes sense to group it with "outfits" and "folders" functionality in the same script (all in the RLV script or a separate script depending on which is cleaner and works better with the code)... especially if this keeps them grouped in the menu in a way that they make sense to the end user, so its easy for them to know what to choose. Maybe buttons like 1. "Detach" or "Undress", 2. "Outfits" or "Dress", and 3. "Folders" or "Attach". Davros ponders this The rest here is just additional thoughts which might be off topic, skip if you'd like: This thread about separating "Detach/Undress" to make things simple is awesome and may be all that is needed. But... an alternative idea (which would probably be another issue # all together) might be to rethink the way we work with folders that combines and simplifies the 3 different functions somehow. Originally I had been planning on looking at some other wardrobe systems to see how they work with RLV folders to come up with ideas to submit to OC, including how special characters in folder names are used to define different functionality with folders. Also, this would be great for integrating with the relay on furniture. If furniture RLV menus actually gave attachment lists like this... (not sure how that would be coded), that would make furniture RLV usable again for mesh users, as opposed to smart strip. Addition thoughts: 1. Whether it effects or integrates with chat commands such as "prefix - foldername" and "prefix -- foldername". 2. Whether it uses the same locks RLV folders use. 3. Whether nostrip folder names still effect it (and don't show it on the list - which I'm all for). |
i think this returns a whole lot of functionality to the strip menu, that really hasn't been there for years, ever since attachments became part of every outfit. It doesn't necessarily make smartstrip obsolete but it gives more flexibility to undress for wearers who don't want to mess with the fussy directories necessary to use smartstrip. |
|
No @Athaliah, this change makes it so you can undress someone without any special folder setup and without knowing beforehand which things are attached to which points. When I say "core collar" I just mean included in the default set of scripts. I agree that one of the default RLV scripts would be the right place for it, and the button should show under the RLV menu. |
In a nutshell, I would say go for it. We need this plugin. I also believe that many features should be added, but I see no reason not to publish it as it is now. More can be added to it later. My (maybe unorganized) thoughts:
|
I was wondering if we can clean the buttons too so that it only shows the numbers to the corresponding list. Rather then : |
Showing just button numbers is possible, though will take a little more
scripting. The current numbering is being done automatically by the Dialog
plugin.
…On Wed, Jan 3, 2018 at 3:57 AM, Attitum ***@***.***> wrote:
I was wondering if we can clean the buttons too so that it only shows the
numbers to the corresponding list. Rather then :
Example :
current [ 00 tram F728 ] to something like [ 00 ]
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA-UqMv0ZChszwwBrCfzL-oeQPovVPbtks5tG10ugaJpZM4RQKzN>
.
|
Greetz, out there! I'll chip in, because this has been on my "wishful thinking" list for years. Hehe. Everything, that anyone said so far is valid and true. I would apply the KISS rule, though: Keep It Smart & Simple. Personally, as a power user and designer, I don't think the folder/outfits system needs a -full- overhaul, but Nirea's added undressing proposal is a BIG improvement. Undress by attachment point is utterly useless nowadays, with the multiple attachments per point and mesh attachments in general. Theoretically, a shoe could be attached to the head (memories, anyone? :P) and there is no way of knowing that as a menu operator. RLV outfits can only be detached as whole and we have no easy way to get a list of single items within an outfit. So it's only possible to take one part of an outfit off, if the wearer has set up the same item link in a separate RLV folder. Providing a plain and simple way to take off single, currently worn items by list, is perfection in terms of every day usability and I'm very much looking forward to this implementation! |
Am enjoying the discussion on this and with the new information, I'm changing my thoughts on this, that it should be added to the core product as the overhaul as long as we keep it simple and not overload it with so many features that it becomes a mess. |
We could also choose to modify the behavior of the Dialog plugin (quite easy). Then this would be the default behavior for all dialogs, but why not? In this case, I suppose this change should be discussed in a separate issue. |
PeeBee's comment is reminding me though that there's a subtle issue under
the hood. The script is still using "@Detach:<attach point>" to detach the
item, which means that if multiple thing are attached at one place they
will all come off.
BUT it looks like RLV now supports a newer "@remattach:<uuid>" syntax that
would let us detach JUST the thing we're interested in. See
http://wiki.secondlife.com/wiki/LSL_Protocol/RestrainedLoveAPI#Clothing_and_Attachments
So, I'm going to make that change, then move this into the core (probably
in oc_rlvsuite).
…On Thu, Jan 4, 2018 at 2:05 PM, Satomi Ahn ***@***.***> wrote:
We could also choose to modify the behavior of the Dialog plugin (quite
easy). Then this would be the default behavior for all dialogs, but why
not? In this case, I suppose this change should be discussed in a separate
issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA-UqHpYZvnmD0UcyULCDjM2lltssG-nks5tHT0egaJpZM4RQKzN>
.
|
You speaking of similar to legacy undress add on?
Nathan
Sysop of Internetking BBS
Internetking@bbs.internetking.us
Sent from my T-Mobile 4G LTE Tablet
…-------- Original message --------From: Athaliah <notifications@github.com> Date: 1/4/18 10:09 AM (GMT-08:00) To: OpenCollarTeam/OpenCollar <OpenCollar@noreply.github.com> Cc: Subscribed <subscribed@noreply.github.com> Subject: Re: [OpenCollarTeam/OpenCollar] Put new undress functionality into core collar (#85)
Am enjoying the discussion on this and with the new information, I'm changing my thoughts on this, that it should be added to the core product as the overhaul as long as we keep it simple and not overload it with so many features that it becomes a mess.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenCollarTeam/OpenCollar","title":"OpenCollarTeam/OpenCollar","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenCollarTeam/OpenCollar"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Athaliah in #85: Am enjoying the discussion on this and with the new information, I'm changing my thoughts on this, that it should be added to the core product as the overhaul as long as we keep it simple and not overload it with so many features that it becomes a mess. "}],"action":{"name":"View Issue","url":"#85 (comment)"}}}
|
645c809 makes the detach feature uuid-based instead of attach point-based, and builds it into oc_rlvsuite (though it's also still in oc_undress, and maybe we should just not even include that in spares anymore). It doesn't try to protect bodyparts from being detached. I can't think of a way to do it cleanly, and am not feeling super motivated to do it uncleanly. If someone has a good idea, please make a ticket for that. The new feature has been sent in a dev release to the R&D group. |
I made a change to the DetachMenu function (in oc_rlvsuite) my own collar with the following code. This seems to get rid of all the items I don't want to see in my specific case (since maitreya puts the word "body" in its hands and feet too). Just a thought in case anyone is interested.
|
Since this thread is closed I opened the proposal above as issue #89 |
Over at #83 I made a change to the oc_undress script that makes the "Rem. Attach." menu a lot more user friendly. It's now a list of things the sub is wearing instead of a list of attach points. See https://gyazo.com/ed65f122abaf674fc09c058e9621a3e1 for how it looks now.
With this usability improvement, I think this feature would be really nice in the collar core, instead of buried deep in the menu of an optional plugin. I could add it pretty easily to the core RLV script, or we could have a new script with just this in it to add an Undress button to the RLV menu.
I propose adding this feature to the default collar, but not adding all the other stuff from oc_undress. Note that this would be useful for removing attachments like mesh clothing, but couldn't remove clothing layers or mesh body appliers.
I want others' opinions:
The text was updated successfully, but these errors were encountered: