Julie Endsleigh
Registered User
Join date: 18 Jun 2009
Posts: 5
|
11-20-2009 03:51
I'm using llSetAlpha on an attachment, but it doesn't seem to take effect until the prim is right-clicked.
I've a vague feeling this has been discussed before, or maybe I've seen a JIRA relating to it, but my search skills appear to b hopelessly inadequate.
Can anyone point me at a discusssion of this problem, preferably one that suggests a work-around?
|
Imnotgoing Sideways
Can't outlaw cute! =^-^=
Join date: 17 Nov 2007
Posts: 4,694
|
11-20-2009 05:15
https://jira.secondlife.com/browse/VWR-12987One of a list of things that prevented me from using the 1.23 clients. I still run the 1.22.11r10 Cool Viewer to see things properly. (^_^)y
|
Julie Endsleigh
Registered User
Join date: 18 Jun 2009
Posts: 5
|
11-20-2009 05:21
Thanks, Imnotgoing. I think I'll have to try swapping the actual texture with a transparent one to get the effect I want reliably.
|
Day Oh
Registered User
Join date: 3 Feb 2007
Posts: 1,257
|
11-20-2009 05:23
You could try forcing a full update using some random llSetText. If it doesn't respond to that, then damn that viewer got problems. From: someone send_update() { llSetText((string)llGetUnixTime(), ZERO_VECTOR, 0.0); }
|
Lear Cale
wordy bugger
Join date: 22 Aug 2007
Posts: 3,569
|
11-20-2009 07:17
From: Day Oh You could try forcing a full update using some random llSetText. If it doesn't respond to that, then damn that viewer got problems. Good suggestion, and less laggy than changing textures, especially for viewers without the bug.
|