SL UG updates #32/2: CCUG summary with audio

A razzle of raptors? Animesh

The following notes are taken from the Content Creation User Group (CCUG) meeting, held on  Thursday, August 9th, 2018 at 13:00 SLT.  These meetings are chaired by Vir Linden, and agenda notes, meeting SLurl, etc, are usually available on the Content Creation User Group wiki page.

The choppiness in some of the audio segments where Vir’s voice drops out is due to issues with SL Voice.

Animesh

Project Summary

The goal of this project is to provide a means of animating rigged mesh objects using the avatar skeleton, in whole or in part, to provide things like independently moveable pets / creatures, and animated scenery features via scripted animation. It involves both viewer and server-side changes.

Resources

Server-Side

As of the SLS (Main channel) grid deployment on Tuesday, August 5th, the server-side support for Animesh is now grid-wide.

Animesh Viewer

Vir has completed work on the next update to the viewer, which includes a number of fixes and tweaks. This is currently with the Lab’s QA team. If all goes according to plan, this could see the light of day as a Release Candidate viewer. In particular, this update should include a fix for the bounding box / LOD issues previously reported in these summaries.

General Discussion Points

  • The LI accounting aspect of Animesh is considered “complete” for the initial release, and no further changes beyond the accounting values Vir has published via the Animesh forum thread are expected.
    • However, there may still be future revisions to the overall Animesh costs (complexity) as a result of the Project ARCTan work to overhaul all of the complexity calculations in order to make them more reflective of the actual costs involved in rendering, etc., different objects. This work has apparently been on hold recently.
  • Land Impact: streaming costs / LODs: there was further discussion on the 50% bounding on LODs.
    • Concerns have been raised at the disparity between the 50% cut-off between the high and medium models compared to the GLOD (Global LOD) cut-off of around 30% (so 70% discarded). Other concerns relate to the 50% between the medium and low models disincentivising creators from trying with a low model. An overall concern is that people will continue to look purely at land impact, rather than considering complexity and optimisation as matters of improved performance.
    • Vir admits the approach taken with Animesh is something of a trade-off between trying to encourage considered use of LODs and implementing a system that “scares people off” because of its demands. As such, it is something that may be revisited as a part of ARCTan, after more data has been gathered as a result of Animesh being released in the meantime.
    • A major difference with the “new” system is that it no longer considers scale. This means that creators who animate their creatures using a combination of multiple models and using alpha masks to hide the “unseen” versions and who reduce the “unseen” models to avoid them raising a creature’s LI, will no longer be able to do so.

  • Per-bone scale animations: having the ability to use per-bone scale animation, which could be particularly useful for non-human bodies (and now Animesh) has been  a request since Bento.
    • Currently, the SL animation format doesn’t allow scales to be specified, so an overhaul of the animation system would be required to make this possible.
    • A further problem is scale animation can conflict with any use of the shape sliders, when used to modify an avatar shape (one of the items under consideration for a future update to Animesh is support for a body shape and the use of sliders).
    • The benefits with scale support include:
      • The ability to create a single creature body and use it in different species of that creature without the need to develop new animations and new rigged attachments (so a “dog” body could be used for a Labrador or a Chihuahua or Dashhound).
      • The ability to have “young” creations (babies, puppies kittens, hatchlings….) “grow” over time.
      • The ability for creators to develop a broader range of different NPCs and different creature types without having to rely on the avatar shape / slider system, which is inherently biased towards human forms.
    • An alternative to animation scaling (and subject of a feature request) that was initially made during Bento, was to have an overall body size slider that could proportionally adjust the entire size of the shape associated with an avatar (and Animesh, if shape and slider support is added to Animesh in the future).
      • One issue with implementing this at present is that the message format use to communicate slider parameters may not support the level of messaging required to communicate an overall rescaling that affects every joint and bone position at once (which would require updates to the Appearance  and Bake services as well, so this would require an overhaul.
      • A further issue is that of locomotion:  the same overall locomotion graph is used regardless of size, so in a single stride, a very tiny avatar made using a “size slider” could  appear to move the same distance as a “normal” sized avatar, which can result in it appearing to move really quickly;similarly a really tall avatar created using a “size slider” could appear to hardly move at all each time it takes a step. So, the locomotion graph would need to be overhauled.
    • Use of per-bone animation scaling hasn’t been ruled-out, with Vir pointing out that even adding body shape and slider support to Animesh is complex, requiring further updates to the Appearance and Bake services in order to work. So it might be something to consider alongside of considering shape / slider support once the initial Animesh project is released.

Bakes On Mesh

Project Summary

Extending the current avatar baking service to allow wearable textures (skins, tattoos, clothing) to be applied directly to mesh bodies as well as system avatars. This involves server-side changes, including updating the baking service to support 1024×1024 textures, and may in time lead to a reduction in the complexity of mesh avatar bodies and heads.

This work does not include normal or specular map support, as these are not part of the existing Bake  Service.

Resources

Current Status

There do not appear to be any blockers within the project preventing it from moving forward. However, as indicated at the July 27th TPV developer meeting, there are some changes being made to the AIS system, and the updates to inventory required in support of Bakes on Mesh (which also requires updates to the Appearance and Bake services as), are currently awaiting that work to be completed.

Environment Enhancement Project

Project Summary

A set of environmental enhancements, including:

  • The ability to define the environment (sky, sun, moon, clouds, water settings) at the parcel level.
  • New environment asset types (Sky, Water, Days that can be stored in inventory and traded through the Marketplace / exchanged with others.
    • Day assets can include four Sky “tracks” defined by height: ground level (which includes altitudes up to 1,000m) and (optionally) 1,000m and above; 2,000m and above and 3,000m and above, plus a Water “track”.
  • Experience-based environment functions
  • An extended day cycle (e.g a 24/7 cycle) and extended environmental parameters.
  • There are no EEP parameters for manipulating the SL wind.
  • EPP will also include some rendering enhancements  and new shaders as well (being developed by Graham Linden), which will allow for effects such as crepuscular rays (“God rays”)
    • These will be an atmospheric effect, not any kind of object or asset or XML handler.
  • The new LSL functions for finding the time of day according to the position of the windlight Sun or Moon have been completed,and are more accurate than the current options.
  • EEP will not include things like rain or snow.

Resources

Current Status

EEP remains on internal testing at the Lab, although as I noted in my previous CCUG summary, Rider has been teasing us with images in the forums. According to Dan Linden. the viewer UI is “pretty much” complete, and work is focused on some of the back-end messaging, which appears to be holding things up. There may be a further update on status at the next TPV Developer meeting on Friday, August 10th.

Other Items

  • Transparency shadow casting from rigged items: there is an issue with rigged / static meshes using transparencies (blended or masked), which causes shadows cast by them to render incorrectly (shadow rendering conforms only to the geometry silhouette).  This is still within Graham Linden’s pile of work.
  • Next Meeting: the next CCUG meeting for August 2018 will take place on Thursday, August 23rd.

2018 SL UG updates #32/1: Simulator User Group

Ravenwold; Inara Pey, July 2018, on FlickrRavenwoldblog post

Server Deployments

As always, please refer to the server deployment thread for the week, for the latest news and updates.

  • On Tuesday, August 7th, the SLS (main) channel was updated with server maintenance package 18#18.07.20.518082, containing the server-side Animesh support, and “logging tweaks”. This release was previously deployed to the LeTigre and Magnum RCs.
  • On Wednesday, August 8th:
    • LeTigre and Magnum will be updated to server maintenance package 18#18.07.20.518086, previously deployed to BlueSteel.
    • BlueSteel will remain on  18#18.07.20.518086, which contains Animesh support and internal fixes.

The SLS (main) channel deployment saw regions off-line for a longer than usual time between being taken down for the simulator code deployment and being brought back up. This was expected. According to the deployment thread, several people saw their regions restarted at least twice; this isn’t the first time this has been reported, and the situation has been referred to the Second Life Ops team.

SL Viewer

In week #31 the Quinquina Maintenance RC viewer, version 5.1.7.517973 and dated July 30th, was promoted to de facto release status on August 3rd.

As a result of this update the RC viewers were updated on Tuesday August 7th, as follows:

  • Bugsplat RC viewer: updated to version 5.1.8.518305.
  • SL Voice RC viewer: (originally released on August 1st) updated to version 5.1.8.518310. This viewer updates SLVoice with new codecs, fixes some problems with selecting audio devices, and other voice related bug fixes. It should be noted that the SLVoice executable in this viewer is not compatible with most older viewers and should not be copied to such viewers.

Also at the end of week #31 the Bakes on Mesh project viewer updated to version 5.1.7.518013, on August 3rd.

At the time of writing, the remaining viewers in the official viewer pipelines are unchanged:

  • Project viewers:
  • Linux Spur viewer, version 5.0.9.329906, dated November 17th, 2017 and promoted to release status 29 November – offered pending a Linux version of the Alex Ivy viewer code.
  • Obsolete platform viewer, version 3.7.28.300847, May 8th, 2015 – provided for users on Windows XP and OS X versions below 10.7.

EEP Delay?

The Environment Enhancement Project (EEP) appears to have had a slight delay…

EEP is moving forward. There was a last-minute hiccup on the back-end and I’m tightening up some last-minute things about parcels specific settings. Rider Linden: I’m eager to get this into people’s hands.

– Rider Linden on EEP progress.

Those unfamiliar with the project, which it to provide parcel and region windlight management, as well as some additional server-side goodies, can find out more in Second Life Windlight environmental enhancements. I also provide update summaries via my Content Creation User Group summaries.

Attachment Limit Increase – Premium Perk?

It’s been indicated in some recent meetings that the Lab is hoping to reach a point where the attachment limit for avatars can be increased (currently set to 38 items). If and when this happens, it might be made a Premium membership perk.

It most likely will only be for Premium. but we’re still not ready to increase it anyway, so it’s still moot. It’s unusual for anything to be “set in stone” until it’s in the past (and not always then), but improving Premium is a major strategic goal for us, so … 

Oz Linden, commenting on the attachment limit increase at the Simulator User Group meeting,
Tuesday, August 7th, 2018

 

2018 SL UG updates #31/1: Simulator User Group

[Smash]; Inara Pey, July 2018, on Flickr[Smash]blog post

This is a short SUG meeting update, because there was no SUG meeting on Tuesday, July 31st. Presumably Lindens are still recovering from the Linden Summer of Love Palooza Extravaganza Fête Conference Thingy (aka “SL summit”) held last week 🙂 .

Server Deployments

as always, please refer to the server deployment thread for the latest update.

  • There was no Main (SLS) channel roll on Tuesday, July 31st. However, those regions on the channel that were on their 14-day cycle were restarted.
  • On Wednesday, August 1st, at least the BlueSteel RC channels should be updated as follows:
    • BlueSteel should update to server maintenance package 18#18.07.20.518086, containing internal fixes.
    • LeTigre and Magnum  should be updated to a new server maintenance package, 18#18.07.20.518082, comprising Animesh and logging tweaks (note that at the time of writing, this update was not correctly chronologically listed for  LeTigre).

SL Viewer

The Quinquina RC updated on Monday, July 30th to version 5.1.7.517973. At the time of writing, there have been no other updates, leaving the official viewer pipelines as:

  • Current Release version 5.1.6.516459 and dated June 15, promoted June 21 – formerly the Pálinka Maintenance Release Candidate – No Change
  • Release channel cohorts:
    • BugSplat RC viewer, version 5.1.7.518003, released July 20. This viewer is functionally identical to the current release viewer, but uses BugSplat for crash reporting, rather than the Lab’s own Breakpad based crash reporting tools.
  • Project viewers:
  • Linux Spur viewer, version 5.0.9.329906, dated November 17, 2017 and promoted to release status 29 November – offered pending a Linux version of the Alex Ivy viewer code.
  • Obsolete platform viewer, version 3.7.28.300847, May 8, 2015 – provided for users on Windows XP and OS X versions below 10.7. This viewer will remain available for as long as reasonable, but will not be updated with new features or bug fixes.

Content Creation User Group Meetings

The schedule for the Content Creation Meetings has been updated for August 2018:

  • No meetings on Thursday August 2nd (week #31) and Thursday August 16th (week #33).
  • Meetings on Thursday, August 9th (week #32), Thursday, August 23rd (week #34) and Thursday, August 30th (week #35).

 

2018 SL UG updates #30/3: TPV Developer meeting

Strawberry Lake; Inara Pey, July 2018, on FlickrStrawberry Lakeblog post

The majority of the following notes are taken from the TPV Developer meeting held on Friday, July 27th 2018. A video of the meeting is embedded below, my thanks as always to North for recording and providing it. This was a short meeting – 24  minutes on the video, which includes some lengthy silences.

My apologies for the tardiness in posting this – I wrote it up on Saturday, then got distracted by RL before posting and forgot about it!

SL Viewer

No updates during the week, leaving the viewer pipelines as:

  • Current Release version 5.1.6.516459 and dated June 15, promoted June 21 – formerly the Pálinka Maintenance Release Candidate – No Change
  • Release channel cohorts:
    • BugSplat RC viewer, version 5.1.7.518003, released July 20. This viewer is functionally identical to the current release viewer, but uses BugSplat for crash reporting, rather than the Lab’s own Breakpad based crash reporting tools.
    • Quinquina Maintenance RC viewer updated to version 5.1.7.517594, on July 12.
  • Project viewers:
  • Linux Spur viewer, version 5.0.9.329906, dated November 17, 2017 and promoted to release status 29 November – offered pending a Linux version of the Alex Ivy viewer code.
  • Obsolete platform viewer, version 3.7.28.300847, May 8, 2015 – provided for users on Windows XP and OS X versions below 10.7. This viewer will remain available for as long as reasonable, but will not be updated with new features or bug fixes.

The Bugsplat viewer has some issues logged against it, notably BUG-225112 -[Bugsplat-RC] Bugsplat viewer appears to misreport viewer crashes as freezes & other assorted annoyances. This is being looked into.

Upcoming Projects

  • For Animesh Bakes on Mesh and EEP, please refer to my week #30 CCUG report.
    • In addition to the above notes, the Advanced Inventory System (AIS) is currently being updated, and this work is delaying both Bakes on Mesh and EEP, both of which make changes to the inventory system as well.
  • A viewer with the updated estate management tools is in the process of being polished, and should be appearing “pretty soon”.
  • Texture cache project viewer: this has been on hold recently while Graham Linden works on another project, however, he’ll be returning to it in the very near future.

Other Items

  • Noted in my CCUG summary, BUG-225157 “[RC BlueSteel 18.07.17.517953] Adjusting specular horizontal offset also adjusts specular vertical offset on BlueSteel regions only” should be getting both server-side a viewer updates to correct. These updates were with the Lab’s QA team at the time of TPVD meeting.
  • There are reports of a media issue arising from the Firestorm 5.1.7.55786 release (reviewed here), but the root cause appears to be with the Lab’s code – a JIRA is to be raised.
  • Group Notices: the new capability to use HTTP rather than UDP for receiving off-line notices when logging in had a couple of issues relating to group notices and friend requests. The fixes for this are both server-side and in the viewer, and should both see the light of day soon.
    • Note that the HTTP capability is only for received messages held while off-line. IMs, group notices, etc., sent while you are actually logged-in to Second Life are still delivered via UDP.

2018 SL UG updates #30/2: CCUG summary w/audio

“That’s no moon…” – Rider Linden (seen at the bottom of the image) teases with possibilities whilst talking Environmental Enhancement Project (EEP) on the forums. Credit: Rider Linden

The following notes are taken from the Content Creation User Group (CCUG) meeting, held on  Thursday, July 26th, 2018 at 13:00 SLT.  These meetings are chaired by Vir Linden, and agenda notes, meeting SLurl, etc, are usually available on the Content Creation User Group wiki page.

Note that the audio presented here may not be in the exact order of discussion during the meeting; as subjects were at times returned to following their initial discussion, I have attempted to bring together key points of discussion by topic / subject matter. Also, please note that audio drop-out when Vir is speaking appears to be an ongoing Voice issue.

Animesh

Project Summary

The goal of this project is to provide a means of animating rigged mesh objects using the avatar skeleton, in whole or in part, to provide things like independently moveable pets / creatures, and animated scenery features via scripted animation. It involves both viewer and server-side changes.

Resources

Viewer Status

The Animesh viewer updated to version 6.0.0.518080, which appeared in the pipeline on Wednesday, July 25th.  It comes with the following notes:

It has a fix for a bug that caused rigged meshes to fail to display intermittently [BUG-225063]. There is a significant change to orientation handling for Animesh objects in this build. If you make an Animesh object from a linkset that contains a rigged mesh as the root object, then the rotation for the object will be corrected to try to make the rigged display line up with the physics representation (correction is based on the bind shape matrix). This will change the behavior of some existing content – for example, the gift raptors on Agni are now rotated 90 degrees. Content that uses a non-rigged object as the root should be unaffected by this change. LOD calculations for Animesh objects now use the dynamically updated bounding box, so they should be more accurate and consistent.

The rotation fix does have an impact on some content, which can end up moving “sideways” compared to the expected direction.

Additional Work for Animesh to reach RC Status

  • Server-side: Vir is currently trying to track done the cause of some server issues which are probably the result of the simulator having to “remember” a lot more information with Animesh, and failing to do so properly, which can impact things like streaming costs.
  • Viewer-side: still some outstanding work to be done with getting LODs to behave / display consistently.

Both of these are seen as requiring resolution before the Animesh viewer moves to release candidate status.

Future Animesh Work

  • There has been some discussion about possible follow-on projects for Animesh, but no final details on what will be in the mix has been made.
  • Animesh customisation, including assignment of a body shape is considered to be “high” on the list of follow-ups. However, no decisions have been made on whether:
    • It will include LSL support for customisation.
    • It will add body shape support (and the use of the body sliders for customisation.
    • It might include an extension to Bakes on Mesh for Animesh.

Animesh and Scale Animation

Scale animation is something that has been requested since Bento. However, the problem here is the SL animation format doesn’t have any notion of scale animations, so in order for support to be added, the entire animation system would require an overhaul.

Another issue, as found with Bento, is that things can become tricky (if not confusing for some) when animations and sliders are both controlling the same thing – as would be the case with scale animations (although this was eventually done with bone translations).

In Brief

  • BUG-225153 “Animesh issue: Multiple faces don’t work – Reverts back to one texture when animation played”: this does not appear to have been reproduced by others, and it is unclear whether it is an issue, or something specific to the user.
  • BUG-225158 “[ANIMESH ] Inconsistent default graphics settings with relation to current mainstream viewer as well as ‘recommended settings’ button”: this appears to be a change in how graphics settings are detected in the viewer in general, rather than specific to Animesh. further testing / investigation is required.

Bakes On Mesh

Project Summary

Extending the current avatar baking service to allow wearable textures (skins, tattoos, clothing) to be applied directly to mesh bodies as well as system avatars. This involves server-side changes, including updating the baking service to support 1024×1024 textures, and may in time lead to a reduction in the complexity of mesh avatar bodies and heads.

This work does not include normal or specular map support, as these are not part of the existing Bake  Service.

Resources

Current Status

Still with the Lab’s QA team, and the viewer is internally flagged for product reviews, so a project viewer update could be appearing soonTM. This should include a number of bug fixes that have been worked on recently.

In addition, Anchor Linden has been adding new LSL constants for the various Bake Channel textures, so that if someone wants to use LSL to change a particular face on a mesh object to use Bakes on Mesh, they will be able to do that using a constant.

A reminder for those trying to test Bakes on Mesh: the capability requires server-side support, which has not been deployed to Agni (the Main grid), but is only available on Aditi (the Beta grid) on the Bakes on Mesh test regions.

To prevent confusion, it’s been suggested the Bakes on Mesh viewer is blocked from accessing Agni until such time as the server-side support has been deployed.

Environment Enhancement Project (EEP)

Project Summary

A set of environmental enhancements, including:

  • The ability to define the environment (sky, sun, moon, clouds, water settings) at the parcel level.
  • New environment asset types (Sky, Water, Days that can be stored in inventory and traded through the Marketplace / exchanged with others.
    • Day assets can include four Sky “tracks” defined by height: ground level (which includes altitudes up to 1,000m) and (optionally) 1,000m and above; 2,000m and above and 3,000m and above, plus a Water “track”.
  • Experience-based environment functions
  • An extended day cycle (e.g a 24/7 cycle) and extended environmental parameters.
  • There are no EEP parameters for manipulating the SL wind.
  • EPP will also include some rendering enhancements  and new shaders as well (being developed by Graham Linden), which will allow for effects such as crepuscular rays (“God rays”)
    • These will be an atmospheric effect, not any kind of object or asset or XML handler.
  • The new LSL functions for finding the time of day according to the position of the windlight Sun or Moon have been completed,and are more accurate than the current options.
  • EEP will not include things like rain or snow.

Resources

Current Status

  • Rider Linden has been working on the viewer UI (presumably as a result of QA feedback). It is thought that a first cut project viewer is not that far away from appearance publicly.
  • However, as EEP requires additional back-en changes which have yet to be deployed to Agni, it is likely that when the project viewer does appear, initially, it will only work on Aditi (the beta grid).
  • Rider has also been teasing people with EEP-related images on the forums!
Another EEP teaser from Rider Linden: the new Fixed Environment Sun / Moon editing panel in the upcoming EEP viewer. Credit: Rider Linden

Other Items

  • BUG-225157 “[RC BlueSteel 18.07.17.517953] Adjusting specular horizontal offset also adjusts specular vertical offset on BlueSteel regions only”: this has been imported into the Lab’s internal JIRA and may be receiving attention.
  • Increase to maximum prim size: the current prim size limit in SL is 64m on a side. There have been calls to increase this to allow bigger meshes to be imported (e.g. large land forms for landscaping a region).
    • There are no plans to increase this limit in the immediate future, and it’s been pointed out that increasing the size could be somewhat self-defeating in that it results in a loss of vertex position resolution (vertex space being limited to 64K), which could result in odd artefacts occurring in uploaded models, and, as Elizabeth Jarvinen (polysail) succinctly put it, “your vertex positions will wobble like nuts at high altitudes”.
  • Next Meeting: due to the Lab’s start-of-month internal meeting and vacations, the next CCUG meeting will most likely be on Thursday, August 16th – check the wiki page to confirm nearer the time.

 

2018 SL UG updates #30/1: the Lindens are away!

In the Wild; Inara Pey, June 2018, on FlickrIn the Wildblog post

The short version of this post is:

“There are no project updates for this week”.

The Lab’s Second Life developer and product team, et al, all are on an off-site to discuss further plans for the platform (which we’ll gradually get to hear about in due course in the coming months … hopefully). Unofficially, this is now known as the Linden Summer of Love Palooza Extravaganza Fête Conference thingy – just so you know 😀 .

Server Deployments

None planned. Main channel regions should have been restarted on Tuesday, July 24th, in accordance with the 14-day restart policy. The BlueSteel and LeTigre RCs should in theory be restarted on Wednesday, July 25th for the same reason.

SL Viewer

On Friday, July 20th, Linden Lab issued the BugSplat RC viewer, 5.1.7.518003.

This viewer is functionally identical to the current release viewer. However, it includes now crash reporting capabilities based on the Lab using BugSplat, a commercial service, rather than their own crash reporting mechanism derived from Google Breakpad.

The aim of this work is to allow the Lab to focus on actual viewer development and support, rather than having to pour time into maintaining and updating the crashing reporting software and workflow associated with it.

Other than this update, the viewer pipelines from the Lab remain as:

  • Current Release version 5.1.6.516459 and dated June 15th, promoted June 21st – formerly the Pálinka Maintenance Release Candidate – No Change
  • Release channel cohorts:
    • Quinquina Maintenance RC viewer updated to version 5.1.7.517594, on July 12th.
  • Project viewers:
  • Linux Spur viewer, version 5.0.9.329906, dated November 17th, 2017 and promoted to release status 29th November, 2017 – offered pending a Linux version of the Alex Ivy viewer code.
  • Obsolete platform viewer, version 3.7.28.300847, May 8th, 2015 – provided for users on Windows XP and OS X versions below 10.7. This viewer will remain available for as long as reasonable, but will not be updated with new features or bug fixes.