Risque

This sexy little chemise and pantie set is a group gift from Queenz.  Their group if FREE to join, and there are a few previous group gifts available.

The top and panties are separates and come in sizes for Lara, Freya, Isis, Venus, Hourglass, and Physique.  There are also three versions, this white, and red one with black lace, and a black version.

The white lace is whiter than it looks in my photos due to my lighting.  You can see the same effect on the lace curtains behind me.  I don’t know how to correct this unless you use a really white windlight.  Perhaps a more experienced SL photographer can chime in and let me know?


Pink and blue

One of my fav mesh lingerie creators in SL is MAAI.  They are not very prolific, but what they turn out is quality every time.

This fab bra and pantie set is their current group gift.  Their group is FREE to join.  The bra and panties are separates too, which is always nice 🙂

MAAI makes original mesh exclusively for Maitreya Lara.  So, if you have the bod, I highly recommend you check them out!


Sunny florals

Ladies, if you have Lara, BEO has a FREE gift of this lovely floral dress for you available in-store right now!

The dress is for Lara only, and it comes with a HUD with five colors for the belt.

The pattern is very pretty, just right for summer shopping!  So don’t wait, go and grab your free gift today!


Mood

As I mentioned, Blueberry gave away L$500 store credit at SLB15!  This is the other outfit I purchased with mine.  I must have been in the mood for things in cream that day 🙂

I’m a bit of a sucker for one piece swimsuits, I think they can be even more sexy than bikinis.  Sometimes it’s not so much what you reveal, but more about what you conceal.

This laced swimsuit comes in sizes for Lara, Physique, Hourglass, Isis, Venus, Freya.  It has a 25 color HUD for for the straps and laces.  Each base color is L$199, and there a lots of colors to choose from.

As usual with Blueberry items, the fit and detailing is superb.  Look at the inbuilt wrinkles in the fabric and such.  If you zoom in close enough, you will even notice stitching on all the seams.  Fantastic realism in clothing, yay!


Ribbons!

While watching SLF&O group chat the other day, I saw this dress announced on an MM board that only required 14 slaps!  I ran to have a look and was really surprised to see such a lovely little dress on a board only requiring so few entrants!

Needless to say, we managed to lock the board down easily.  The dress is for Lara only though, so if it’s still available on the MM board or for sale in store, keep that in mind.

The dress also comes with a HUD with eight colors for the ribbons.  I’m showing it here in white to match my fur 🙂  I thought this would look really nice on my DSD bunny, but as the bunny is only for system bods, this wasn’t going to work.  If you’ve heard about Bakes on Mesh, this will fix that problem shortly!  Strawberry Singh has a great video about Bakes on Mesh here.


Date night

During SLB15, Blueberry were giving away L$500 store credit towards anything in their store!  I heard a rumor that the credit would expire after five days, so I wasted no time in selecting a couple of outfits.

This stunningly detailed bra, pantie, and dress set comes in sizes for Lara, Freya, Isis, Venus, Physique, and Hourglass.  Each color is L$250, and there is a large range of colors to chose from.

Each piece is separate and so can be worn individually or all three together.  The detailing on the bra and panties is exquisite.  This is not just an alpha-ed texture, but actual mesh.  The fit is extraordinary on Lara with no hint of clipping.

I particularly love mesh details like ties and bows, especially on lingerie, as it gives a true sense of realism that makes an outfit.  Plus, having tried to make some myself, I appreciate how difficult they are to create!  Another fabulous job from Blueberry!

This is certainly an outfit that will turn heads on the nightclub dancefloor, and when you get home with your sweetie 🙂


Script preprocessing

As you may know if you’ve read my “About Blue” page, I love writing scripts to get objects to do things in-world.  It’s one of the reasons I joined SL, to discover what I could do with a new and interesting programming language.  So, you get the occasional technical article on the blog.  Feel free to skip this if you have no interesting in scripting 🙂

LSL is limited is a number of ways.  One of them that it lacks a preprocessor.  Preprocessors allow you to do things like:


#define CONSTANT value

and wherever the word CONSTANT appears in the script, the preprocessor will substitute value before it compiles the resulting code.  This is great for things like debugging scripts, and many other uses.

If you are using Firestorm however, you can switch on a preprocessor for LSL built into the viewer!

Other than doing substitutions such as the example above, there are a number of things you can use defined constants for, such as conditional compilation. Also, the preprocessor implements a number of other functions such as code inclusion.

The feature I want to talk about though is the switch statement.  LSL lacks this common feature of other C and Java-like languages.  So the Firestorm developers included a way to have the preprocessor do it.

In their basic form, switch statements look like:


switch (expression) {
    case value1: {
        do something;
    }
    case value2: {
        do something else;
    }
}

And here is the point.  We know that expression is something that can return an integer.  The first time I used a switch statement in LSL, I coded what any C or Java programmer would and said:


switch (llListFindList (list1, list2)) {

knowing that llListFindList () would return an integer result.  But on looking at the resultant code (you can see this in the preprocessor window in Firestorm after your code is preprocessed), I noted that the switch statement is translated into multiple if statements with jumps, but the preprocessor is not smart enough to evaluate the expression once and use the result!  So if you have 40 case statements, the resulting code will have 40 calls to llListFindList () !  This is terrible for performance!

If you are using switch statements in your LSL, please evaluate your expression before handing it to the preprocessor.  For example:


integer result = llListFindList (list1, list2);
switch (result) {

This will ensure expression is only evaluated once.

You can read more about the Firestorm preprocessor here.


Nikki

I hope this giftie is still available!  This full over one piece swimsuit is a group gift for members of TeleportHub.  TeleportHub is L$10 to join, and once you do, there are gifts all over the grid, just waiting for you.

The swimsuit comes in classic standard sizes, plus body specific fitmesh for Lara, Freya, Isis, Venus, Ebody, Ocacin, Hourglass, Physique, Fine, Curvy, and TMP.

The polkadot pattern is cute, and I really love the ties at the hips.


Crowl

As I mentioned a while back now, Hunt for you Inner Slut is currently on, and this is another item from the hunt.

This set of bra, pants, and dress are all separates. They come in fitmesh sizes for Lara, Freya, Isis, Venus, Hourglass, Physique, and Werewolf (which I’m presuming in the Bento Werewolf from JOMO).  The bra and pants straps could be just a little tighter, but the rigging is pretty nice 🙂

The dress is super short, especially at the back.


Lory

Hello sweets, today while I’m sorting out packages from all the events that have been on lately, I thought I’d show you this group gift from Resun Fashion.  It’s from back in November last year, but it’s still available in-store at the time of this post.  The Resun group is FREE to join!

There are two colors, black and this camel, in fitmesh sizes for classic, Lara, Freya, Isis, Venus, Physique, Hourglass, Ebody, Curvy, Fine, TMP.

The top is quite sheer in both the black and the camel colors, so it’s pretty daring!

As you can’t wear any alpha with it, at least for the top, there are some minor clipping issues while dancing, but nothing that will have you running away in embarrassment 😉