Gwylym Loon
Registered User
Join date: 6 Jun 2007
Posts: 81
|
12-11-2009 14:12
I used to select texture and then select a face and do a ctrl-alt-shift-T to get a display of the side number or a prim. Has this changed? It does not seem to work anymore.
Also, I am on a Mac.
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
12-11-2009 14:42
Yes, that is still there, but you need to turn on the Advanced menu (Ctrl-Alt-D) first.
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
12-11-2009 14:50
LOL.... Someone asked almost the same question in the Scripting Tips forum earlier this week. There must be something in the water....
If that key sequence isn't working for some reason, try dropping this script into the prim temporarily.....
default {
touch_start(integer num_detected) { integer touchedFace = llDetectedTouchFace(0); llSay(0, "You just touched face #" +(string)touchedFace); } }
Turn it off (or kill it) when you don't need it. As long as it's there, it will tell you the face you click on.
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....  Look for my work in XStreetSL at 
|