Learjeff's Easy Sit Target Positioner (FREE)
|
Shanna Scholten
Registered User
Join date: 25 Jun 2005
Posts: 51
|
09-22-2007 14:29
Thanks so much for this. I have been trying to figure out how to put poses into my furniture and couldn't get the hang of it. This was easy enough for me to do lol!
|
Alyx Sands
Mental Mentor Linguist
Join date: 17 Feb 2007
Posts: 2,432
|
09-28-2007 03:31
Help-I finally wanted to download the current version with the above-mentioned fixes yesterday, and it's no longer on SLEX? 
_____________________
~~I'm a linguist. RL sucks, but right now it's decided to be a little less nasty to me - you can still be nice to me if you want! ~~ ->Potestatem obscuri lateris nescitis.<-
|
Lear Cale
wordy bugger
Join date: 22 Aug 2007
Posts: 3,569
|
09-28-2007 07:47
Damn SLX boxes. Please try again!
|
Learjeff Innis
musician & coder
Join date: 27 Nov 2006
Posts: 817
|
09-28-2007 07:49
Damn SLX boxes. Please try again!
|
Alyx Sands
Mental Mentor Linguist
Join date: 17 Feb 2007
Posts: 2,432
|
09-28-2007 10:05
Thanks, I got it now!
_____________________
~~I'm a linguist. RL sucks, but right now it's decided to be a little less nasty to me - you can still be nice to me if you want! ~~ ->Potestatem obscuri lateris nescitis.<-
|
Boss Spectre
Registered User
Join date: 5 Sep 2005
Posts: 229
|
09-29-2007 00:28
From: Learjeff Innis <snip> Evidently, in a prim that is not the root prim in an object, llSetRot(llGetRot()) causes the prim to turn on the Z axis. Not sure whether this is an LSL bug or a feature, but in any case, the script now leaves the object rotation alone if it's not a rotating seat (i.e., "rotat" somewhere in the object description).
I suspect this problem would happen in any case when the cushion prim is not the root prim.
Thanks again for the bug report! In child prims (non-root), llSetRot() sets rotation relative to the linkset root, whereas llGetRot() returns sim-relative rotation. So the two can diverge if the root prim is not at rotation <0,0,0>. You can cure this by using llSetLocalRot(llGetLocalRot()) instead. Also llSetRot(llGetLocalRot()) will work just as well. These won't turn anything but the child prim however, not the avatar seated on it. So I suspect you will want to disable the stool rotation feature if the prim's link number is greater than 1. This method also works in a root prim, because a root prim's local rotation is sim-relative anyway, and local rotation on a root prim still rotates the set. In my experience, llSetRot and llSetLocalRot both work the same linked or not, but llGetRot and llGetLocalRot do not. Bug, or feature? Depends on what was intended for them. I'd also prefer them to work as the get rotation funcs do, with llSetRot setting sim rotation and llSetLocalRot setting local rotation. I suspect it might break a lot of scripts to fix it at this point, so it's likely to stay this way for a while.
|
Paladin Pinion
The other one of 10
Join date: 3 Aug 2007
Posts: 191
|
10-02-2007 14:05
I'd love to try this but SLX won't accept my login. I can log into the forums here and most other SL web accounts, but even though I have tried 2 different browsers SLX just isn't working. Is there somewhere in-world I can get a copy of this utility?
I downloaded the scripts themselves from the server and created my own Helper, but every time I sit on it I am positioned about six feet above the helper disk I created. I can't seem to actually sit on the disk itself, probably because I screwed up something while trying to make it work. I thought if I could get a copy of the actual helper it would work.
|
Rhian Jenkins
An Alternate Alyx Sands
Join date: 28 Jul 2007
Posts: 129
|
10-02-2007 14:55
From: Paladin Pinion I'd love to try this but SLX won't accept my login. I can log into the forums here and most other SL web accounts, but even though I have tried 2 different browsers SLX just isn't working. Is there somewhere in-world I can get a copy of this utility?
I downloaded the scripts themselves from the server and created my own Helper, but every time I sit on it I am positioned about six feet above the helper disk I created. I can't seem to actually sit on the disk itself, probably because I screwed up something while trying to make it work. I thought if I could get a copy of the actual helper it would work. Umm, you do have to register first, right?
|
Truelover Infinity
Registered User
Join date: 19 Sep 2007
Posts: 1
|
Remove text?
06-28-2009 06:26
Thanks so much for this great tool!
I have a question: is it possible to turn the chat text off or let it whisper? I use it in stuff I temp rezz in a vendor and it keeps telling everone which animations are inside.. Please help?
Thanks!
|
Lear Cale
wordy bugger
Join date: 22 Aug 2007
Posts: 3,569
|
06-28-2009 06:42
From: Truelover Infinity I have a question: is it possible to turn the chat text off or let it whisper? I use it in stuff I temp rezz in a vendor and it keeps telling everone which animations are inside.. Please help?
Thanks! Hmm, good point. It should whisper at MOST, and I wonder whether it should say anything when rezzed. Frankly, there's no need for it to reread contents when rezzed. I'll look into it.
|