Nescolet Posted June 6, 2016 Share Posted June 6, 2016 Hello, I have a bed that makes my avi do a face I don't like in sleeping pose. There is no option to disable facial expression in menu, so I wonder if it is possible to somehow neutralize that facial expression with a script that may be put into a prim wore as a HUD.First I thought about nautralizing that facial with a relaxed face but there is no internal animation for relax face. Link to comment Share on other sites More sharing options...
Freya Mokusei Posted June 6, 2016 Share Posted June 6, 2016 Facial expressions ride on-top of the neutral face. I don't think this would be possible. That said, you might be in the wrong place. LSL scripting is for asking about code - if you're looking for something pre-built (or not looking to learn LSL yourself) then maybe you want the Wanted forum. Link to comment Share on other sites More sharing options...
Nescolet Posted June 6, 2016 Author Share Posted June 6, 2016 I am looking to write the code for this actually. If it's possible. Link to comment Share on other sites More sharing options...
Rolig Loon Posted June 6, 2016 Share Posted June 6, 2016 I think the easiest solution is to contact whoever made the bed and ask for a version that doesn't have that facial animation in it. That's certainly likely to be more effective than looking for a way to disable it, cover it up, or replace it. Link to comment Share on other sites More sharing options...
Qie Niangao Posted June 6, 2016 Share Posted June 6, 2016 I agree that the solution isn't really in another script. Facial expressions not only overlay each other, but combine -- sometimes in amusing and/or freakish ways! That's true of the "stock" facial expressions built-in to the classic avatar. With Bento, everything can change for (new) Mesh avatar heads, so the general problem of facial expressions now has (at least) two quite distinct domains. Off subject to the scripting forum, but likely to solve the immediate problem: If this bed has Modify permission, and if it contains a configuration notecard, you can probably fix this yourself by replacing that notecard, omitting facial expression animations. Don't be discouraged if the notecard doesn't enable Modify permission; that's easily defeated as long as the bed itself can be Modified. (You just need a little script that dumps the notecard contents somewhere you can copy them into a new notecard.) It's certainly possible to script a bed in which the facial expressions are hidden directly inside a no-mod script, but probably 95% of beds use notecards for this. Link to comment Share on other sites More sharing options...
Nescolet Posted June 6, 2016 Author Share Posted June 6, 2016 Thank you Link to comment Share on other sites More sharing options...
Aspire Rang Posted June 10, 2016 Share Posted June 10, 2016 Actually all facial expressions are built in animations. you can write a script that Stops those animations without too much trouble. it will mostly keep them expressions limited but it's a nasty brute force solution, lacking utterly in elegance. \ Look to eliminating the source first of possible. Link to comment Share on other sites More sharing options...
Recommended Posts
Please take a moment to consider if this thread is worth bumping.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now