#SL Removing Scripts from Stuff

I have some older accessories in my inventory that have color changing or sizing scripts. They do not have a Remove or Delete Scripts feature. Some of the items have hundreds of scripts in them. Fortunately they are Modify-OK so I can remove the scripts. The challenge is how to get them out and not die from repetitive script deletion syndrome.

I found a way! Here is a handy tutorial for removing scripts from jewelry, shoes, hair, and whatever.

Script Library

You may know about the script library, if not you should. It provides scripts to solve all sorts of common problems. The best part is all the scripts are free for you to copy and use.

Visit the Second Life® Script Library to see what they have stashed away in there.

Read more

#SL Blender Clothes Retopology

In my reading I came across an excellent video on how to simplify models. Masami Kuramoto posted the information in the SL Forum. Video Tutorial on Retopology in Blender. 14 minutes of excellent information.

[youtube icqPZnD_3lA]

If you are making Second Life clothes, you need to see this tutorial.

The first tip ralusek provides stumped me. He is not using a key/click display and he went fast enough I missed it even after rewinding three times. I couldn’t get it to work. It is just too handy not to figure out.

Read more

Direct Delivery Launches

The Lindens have enabled Direct Delivery on the main grid today. There is also a nice new shiny blog post creatively titled: Direct Delivery Launches Today. The post has links to Wiki pages with more information and a Torley Linden video, Yay! Torley! Titled: Direct Delivery Essentials. [youtube cgRtCAMyWDI] I am one that believes in … Read more

Reducing Prim Count

Some time ago I saw a forum post about reducing prim count by changing from the old prim count accounting to the new Land Impact cost accounting. Many people think the Lab was screwing residents over with the new Land Impact system. They simply haven’t figured out how to use the new system to their advantage. It is possible to use the new system and reduce your prim costs.

Prim Saving Tutorial

Prim Size

When mesh objects and Land Impact were rolled out along with them was a change to the maximum prim size. The max size went from 10 meters to 64 meters. This allows one to replace over six prims with one prim. That is a possible 640% savings in prim costs or looked at another way, you get 640% more prim coverage in a region for the same price…

Read more

Second Life PathFinding Tutorial

I’ve wanted to take time to play with the new Pathfinding feature now in alpha testing on the ADITI grid, also known as the Preview Grid. I took the time this weekend. I learned a few things. As you may imagine the documentation is incomplete at this stage. Not much point in writing lots of information that may change.

My First Pathfinding Bot

I’ll explain some of the problems I ran into with Pathfinding and then get into the script and how I fixed the problems. This is not a beginning tutorial for scripting. I am assuming you know about basic scripting with the Linden Scripting Language.

Simple

Writing Pathfinding scripts is way way simple compared to what was previously needed to create similar behavior. My first try was to create a follower. I have a Serge inspired character I made for OSGrid and decided to use that. My little bot is made from two prims and a sculpty. Because of the sculpties work I have to scale it to make it look right. That wacks the bounding box, which I was not over concerned with when I made it. Someday I’ll need to redo it in mesh.

The sculpty gave me my first challenge.  I needed to rebuild my bot here in SL. I rezzed the spheres I needed and put him together. Then wrote the script and tried him out. He promptly fell over on his side… 

Read more

Blender Bad Habits

Hibit Spad posted a link in the SL Forum to an interesting Blender article, Blender Bad Habits. There are 10 bad habits that the author, Light, encourages people to unlearn. I have a few of those habits. I think it is well worth the look. I think the author is mostly on about those making video tutorials … Read more