New #SL Feature llTransferLindenDollars

Today Kelly Linden posted about a new function added to the Linden Scripting Language:  llTransferLindenDollars(). The highlight of the feature is its ability to return the transaction result. You will know if they got the money, refused it, or whether it failed. See: Upcoming LSL feature: llTransferLindenDollars and transction_result This function is currently in testing on the … Read more

Metareality Podcast

If you have not listened to one of Metarealities podcasts, check one out. The podcasts are a panel discussion among three regular members and various guests. Charlar Linden and Karl Stiefavater have been recent guests. The topics covered are current Second Life and virtual world events. They can range from whether Phillip Rosedale, SL founder, really diss’d Second Life and means to exploit third world labor or not to Ashton Kutcher’s explosive gaff tweet.

Metareality Podcasts

The host Gianna is a bubbly person with an empathic nature and a seemingly tolerant world view and willingness to look for broader context and understanding. Draxtor and Reed seem more locked into their meta worlds views with clear opinions and less questioning of their personal opinions and perceptions. The combination makes for interesting discussions.

The recent podcast (11/18) titled, The Perception of Failure and Success, came to my attention because they linked to one of my blog articles, Where is Torley Linden? I had to know what they said about it… OK, me. Nothing. But, they did link and that is good.

Read more

Second Life Mute-Block Changing

Second Life users have the ability to block/mute those that people that annoy them, both voice and chat. One can also mute objects that are spamming them. Once blocked you cannot:

  • See text chat, hear voice chat, or receive IMs from that person or object.
  • See particles emitted by the blocked avatar or object.
  • Receive items from the blocked object.

But, muting is not fool proof. You can mute someone in-world and it has no effect in, I think, group chat, the market place or in the new social features. I don’t do much muting…

Running on the release channel Magnum is a new update that has the code to move muting from the simulators into what the Lindens call the People API’s. These are the API’s that will become the primary call for all communication tasks in Second Life. The People API is or will be queried to get the information needed to establish a communication cannel. So, it is in a perfect place to control the communication.

Read more

#SecondLife Mesh Week 46

At this meeting there was not lots of new information. Mostly there was reaffirmation of what we already know. Also there is more confusion about the Mesh Deformer or Deformation Project, which some label parametric-clothes.

Mesh Deformation Project

In previous articles I’ve described the problem with mesh clothes. Later today (5PM SLT/PST) in The Model’s Workshop I will likely be answering questions about the problem. See Mesh Workshop article.

Hamlet wrote an article on the project’s delay. Karl’s Crowdsourced Second Life Mesh Fix Update: Linden Lab Working With Him, But Progress is Delayed. This delay is to be expected. The Lab has been researching available technology to provide the feature. The research of finding technology is complete and the lab is in the process of deciding which technology will best serve LL and SL. The complications are figuring out what works with what we have without breaking existing content. Also, the Lindens have an internal road map for future projects. They have to figure out what will work with the planned directions.

Read more

#SL ARC Replaced

ARC denotes Avatar Render Cost. We have had this tool in the viewer for some time. When used we see a numeric value that is green, yellow, or red. Red denotes the avatar’s render cost is too high… according to someone. It tells me I’m almost dressed…

New Draw Weight Shown Above My Head

You can enable ARC reporting in Viewer 2 and 3 via the top menu. It is in the Advanced item. If you do not have an Advanced item in your menu press Ctrl-Alt-D (viewer 3 is a little strange, if you have a problem try using ‘D’ or ‘Q’ with Ctrl-Alt to get Advanced open). Then in V2: Advanced->Rendering->Info Displays->Avatar Rendering Cost. Or in V3 use: Advanced->Performance Tools->Show Draw Weight for Avatars. The change from old ARC numbers to new Draw Weight numbers is about 10 times greater.

Read more

#SL Scripting News Week 46

This week Kelly Linden’s Scripting meeting covered a couple of interesting things.

Region Crossings

The server update with the region crossing infrastructure improvements did not make it to the main grid because of problems, something with vehicle crossing issues. Check the Server news later this week.

llSetKeyframedMotion( list keyframes, list options );

This function has run into some use problems. It seems there is some problem moving numeric data between SL and Havok that results in serious numeric round off errors. The problem causes objects being moved to drift out of the intended position.

See llSetKeframedMotion() for the scripting details.

Read more