Logos representative only and should not be seen as an endorsement / preference / recommendation
Updates from the week ending Sunday, July 10th, 2022
This summary is generally published every Monday, and is a list of SL viewer / client releases (official and TPV) made during the previous week. When reading it, please note:
It is based on my Current Viewer Releases Page, a list of all Second Life viewers and clients that are in popular use (and of which I am aware), and which are recognised as adhering to the TPV Policy. This page includes comprehensive links to download pages, blog notes, release notes, etc., as well as links to any / all reviews of specific viewers / clients made within this blog.
By its nature, this summary presented here will always be in arrears, please refer to the Current Viewer Release Page for more up-to-date information.
Note that for purposes of length, TPV test viewers, preview / beta viewers / nightly builds are generally not recorded in these summaries.
Official LL Viewers
Release viewer: version 6.6.1.572458 – formerly the Maintenance M(akgeolli) RC viewer, promoted June 29 – no change.
Release channel cohorts::
Maintenance Optimisations RC version 6.6.2.573065 issued on Thursday, July 7th.
The following notes were taken from the video recording by Pantera (embedded at the end of this piece, my thanks to her as always for recording the meetings) of the Third-Party Viewer Developer (TPVD) meeting on Friday, July 8th, 2022 at 13:00 SLT.
Please note that this is a summary of the key topics discussed during the meeting and is not intended to be a full transcript of either. However, the video does provide a complete recording of the TPVD meeting, and timestamps to the relevant points within it are included in the notes below.
Since 2015, assets have been delivered to the viewer via HTTP using CDN capabilities.
However, the RequestImage UDP messaging capability for delivering textures has remained in place on the simulator, and it has been noted that some viewers continue to use it directly or as a fallback, requiring the simulator to carry out checks with the CDN service when textures cannot be found.
LL would like to completely remove all reliance on the simulator for texture fetching / checking, and have everything via HTTP and the viewer / asset system / CDN.
To this end the RequestImage message will be deprecated and removed “very soon”.
Viewer that us (or actually rely on) it are therefore asked to ensure they only use the HTTP route.
[Video: 6:55-7:24] Going forward, the simulator code will track deprecated messaging that TPVs may or may not be using, allowing LL to them TPV where such message paths are still being used and which have been earmarked for removal from the simulator.
In Brief
[Video 5:42-6:25] A bug introduced into one of the upload paths this week resulted in the CDN service delivering PNG data in place of JPEG2000 (primarily for profile pictures), which resulted in some viewers experiencing clogging of their texture processing pipes. This issue has now been fixed.
As a part of general discussions, Alexa Linden indicated she’d like to start reducing the time it takes for code contributions from TPVs and third-party developers to be integrated into the core SL viewer code. This includes receiving reminders about old code contributions that may have fallen by the wayside.
There are not currently project, by Mojo Linden continues to seek feedback on them.
He reiterated the idea mentioned at the week #27 CCUG meeting of using low-poly bakes to help “increase” visibility across Mainland regions to try an instil a greater sense of scale of the continents.
Mojo noted this could perhaps leverage the Map service in some manner (a problem being that the Map service currently doesn’t know about mesh geometry).
In raising the Map service, he also noted LL is also aware of the issues within that service that need to be addressed, and that this is really down to determining the optimum time to doe so, rather than having technical reasons why it cannot be improved.
He floated the idea of introducing some means of hidden surface removal, particularly for avatars to remove the need for alpha layers, etc., to hide body parts, the idea being to reduce the complexity of avatar rendering.
There are edge cases with this – such as an item of clothing with both an “outside” and “inside” texture (such as a lining on a jacket) – what happens to the “inside” texture, does it get culled?
He also floated the idea of fully baking the avatar’s appearance such that avatar and clothing are baked as one as a final step of changing appearance, reducing the overall render cost and complexity.
It is not clear if this would allow avatar appearance to be changed in “real time” or not (e.g. Sansar bakes avatars, but does so using a separate environment in which to modify an avatar’s appearance).
The fact that rigging can be variable between clothing and bodies, etc., might also need to be worked around, as baking would likely require committing to a single set of weights.
It is possible the use of baked avatars would allow for an alternative form of avatar impostor for use within large events with a lot of avatars in a single space, the bakes – whilst lower poly than would be the case in less-crowded environments – offering a better visual result than the current impostor system.
A lot of technical questions were through out by those at the meeting as to how LL see baked avatars, etc., “working”. However, as Mojo notes, he’s putting ideas forward to see if there is interest in pursuing them rather than presenting any actual projects; as such answers would be sought collaboratively if it were deemed something that should be looked at more formally / in-depth.
The following notes were taken from my audio recording and chat log of the Content Creation User Group (CCUG) meeting held on Thursday, July 7th 2022 at 13:00 SLT. These meetings are chaired by Vir Linden, and their dates and times can be obtained from the SL Public Calendar.
This is a summary of the key topics discussed in the meeting and is not intended to be a full transcript.
Work on an implementation of reflection probes which can be used both with PDR shading and with legacy content.
The overall aim of this work is to provide a means to support more physically accurate reflections in SL than can be currently generated (seen as a requirement for PBR support).
It applies to both PBR generated content, once available, and to legacy content.
Creating a materials type with an associated inventory asset. This will initially comprise the ability to copy a texture entry (with its specific parameters) to inventory, to be followed by initial work to work implement a PBR graphics pipe in the viewer.
Normals will likely be MikkTSpace, as per the glTF specification, but work needs to be done to see if supporting this could lead to clashes with the current normal maps rendering. This does mean that current Normal maps will not work on PBR materials.
The initially supported capabilities are:
RGB albedo + transparency.
RGB Occlusion/Roughness/Metalness: R = occlusion, G = roughness; Blue = metalness.
RGB emissive.
RGB normal (- alpha).
Double-sized supported (disables backface calling before issuing the draw call).
Two-sided lighting (so if the back of a triangle is visible, it flips the normal around).
In addition:
There will be an ability to “preview” materials on an item within your own viewer (similar in nature to Local Textures) before actually uploading them.
LSL support is still being defined, but should at least allow individual texture UUIDs to be replaced under script control.
The approach being taken is to may the system extensible so that further capabilities / plug-ins / options can be added with relative ease in the future.
However, Displacement maps will not initially be supported due to not being defined in the core of glTF 2.0; nor will any extensions that are not adopted into the core glTF standard (either glTF 2.0 or 3.0).
Current Progress – PBR Rendering
Progress has been made on both the back-end and within the viewer, the latter elements being focused on hooking up EEP to work with PBR.
There is currently an issue with Mac OSX due to the cube map being used at present, but this will be addressed.
Given the work is still on-going, there is nothing as yet directly visible viewer-wise for users to test (on Aditi).
This is not a re-working of the avatar system; it is aimed towards providing incoming new users with:
A selection of mesh avatars with which they can gain familiarity in terms of using / customising.
A supporting ecosystem of clothing / accessories rigged to work with the avatars / existing slider system.
A “stepping stone to allow them to more readily move towards more complex mesh avatar bodies / heads.
It is hoped that as the system starts to mature, avatar clothing / accessory makers can be encouraged to support these new avatars by providing clothing / accessories of their own (and also adding to their income stream by doing so).
There is a concern that the new avatars will be rejected by the existing community, so information will be made available to creators, etc., as the system reaches a point where reliable information can be shared.
In Brief
llSetEnvironment (for scripted EEP changes) should start being deployed in an upcoming simulator maintenance updates.
Currently, there are no plans to extend materials support to Bakes on Mesh; current materials or PBR.
Additional avatar slider discussion:
A further request was made for a global scaling slider for the avatar. This was described as being harder to implement that might appear – although not impossible.
Part of the problem is the complexity involved in adding a new slider to work within the existing system, and the impact it has on other back-end systems (such as the Bake Service) which then also need to be tested / updated.
It is also unclear how the animation graph could be impacted / adjusted to allow for realistic, size-based strides with walking (e.g. so very large avatars don’t appear to be taking disproportionately small steps or tiny avatars are zipping along like they are jet-propelled -although given what is currently possible, it’s not clear if trying to address issues like these would be seen as a requirement by users.
As such, while the request has been noted (and has been subject to feature request Jira, it is described as being on the “back burner” of work LL would like to get to at some point.
Gender: a request was made to make the Gender slider less of a binary male / female choice. A modification to TPVs helps to provide this – for which LL now has the details – but it would be better to have official support.
The inverse kinematics system as a whole is being looked at as a part of the avatar puppeteering (formerly avatar expressiveness) project.
Larger prim sizes than 64m: currently not under consideration; however, LL interested in learning more about how-where they would be used, so they might better determine size ranges, etc., and in preventing Land Impact making structures created by large-scale prims becoming unaffordable.
Non-physical region surrounds (e.g. by using environment settings to create a 360-degree panorama): still more in the discussion stage internally at the Lab rather than anything likely to be implemented in the foreseeable future.
Mojo Linden indicated he would like to be able to give some kind of a representative low-poly bakes that would be vertex-shaded, the idea being to give a greater sense of the “vastness” of Mainland than can be gained from extending Draw Distance (which would also have a viewer performance hit in trying to render everything within DD range). These would then someone “fade away” and be replaced by the “real thing” as an avatar moves towards them, with further low-poly bakes appearing in the distance.
This is not an immediate project, but something Mojo would like feedback on, in terms of being something worth time in the LL considering.
If this were to become a project, the emphasis would be on the bakes being very low-poly, and the progress from a bake to actual objects would not be seamless.
Terrain texture update: this has been previously discussed, but was put on hold as creators favoured PBR support. However, it is something the Lab will be getting back to in the future – with the potential for PBR support to potentially be extended to the terrain as a future PBR project, with possible PBR texture painting (grass, plants, dirt, etc.).
There was a general discussion on land: pricing, products, instancing regions (e.g. event / experience regions) being able to spin-up / down regions when in use / not in use.
All of these ideas are subject to internal LL discussions, and some have their own inherent challenges (e.g. how do you account for spinning-down regions in which there are scripts running that have an expectation the region will be available 24/7, such as breedables?; how do you offer variable sized regions (e.g. 128mx128m or 1024x1024m) when the system is built around the expectation of a uniform region size (256x256m)?).
Beyond ideas being discussed internally and seeking feedback from users, nothing is on the current roadmap in terms of new land products.
The following notes cover the key points from the Web User Group (WUG) meeting, held on Wednesday, July 6th, 2022.
These meetings are generally held in-world on the first Wednesday of the month, with dates and venue details available via the SL public calendar. They are usually chaired by Reed Linden, who is the Lab’s Product Manager for the Second Life front-end web properties (Marketplace, secondlife.com, the sign-up pages, the Lab’s corporate pages, etc.).
A video of the meeting, courtesy of Pantera, can be found embedded at the end of this article (my thanks to her as always!), and subject timestamps to the relevant points in the video are provided. Again, the following is a summary of key topics / discussions, not a full transcript of everything mentioned.
There has been what LL regard as a “positive” response to the Premium Plus launch on June 23rd, with take-up being “ahead of the curve”.
Quarterly accounts:
These were Grandfathered for Premium in 2018 (so those on Quarterly could continue, but those upgrading after the grandfathering could only opt for Monthly or Annual). As such, Quarterly was not listed as part of the original Premium Plus offering.
I raised the question through the Meet the Moles session at SL18B (via Saffia as host).
Quarterly has now bee added to Premium Plus – but only for those upgrading from Quarterly Premium. If you are not already on Quarterly Premium billing, you will only see the Monthly / Annual prices.
Coming soon: the ability to directly pick a Linden Home parcel (one that is available but not part of the allocation system as per my Premium Plus notes) that is currently offered via filing a support ticket will be moving to a web-based ability.
Still under discussion / in development for Premium Plus:
Reduced mesh upload fees.
Premium Plus linden Homes.
Premium Plus “VIP areas”.
The Premium offering will also continue to be updated.
Are their plans to offer more Premium subscription levels? Plans, no. There is nothing definitive being planned or in the works for further levels of Premium at this time.
Are the discussions about / interest in possible permutations of subscription options? Yes.
It is certainly true that the system is now set-up to support different subscription offerings if more levels were to be added.
This latter point sparked a discussion of what people saw as “ala carte”, which largely came down to people wanting only pay for something specific – such as Linden Home or free tier – rather than picking a range of options – please refer to the video for details.
Will involve a complete overhaul of obtaining land – from private islands through Mainland to rentals.
Intended to be a tool for all who are seeking or selling land.
The Lab is open to suggestions as to how the overhaul of the “Land Journey” can better serve land rental businesses across SL – those with ideas should file a Feature Request Jira.
Work on Marketplace variances (e.g. multiple colour options for an item available from a single listing) was placed on hold as a result of the work on Search and Premium Plus, and so is now Unlikely to be deployed until the autumn / fall period.
Currently for the MP, the focus is on taking the work for Search relevance that has been carried out and implementing it within Marketplace search, plus updated capabilities including Boolean searches, exact matching, fuzzy matching, etc., plus better relevance ranking, better filtering, better sorting, support for special characters.
Marketplace Rebuild
This was mentioned at the June 2022 meeting as a potential project – rebuilding the Marketplace from the ground up.
The project is still in the discussion stage, and feedback is being sought – again please refer to the June meeting notes to see what was discussed and forward ideas to LL via Feature Request Jira.
This is a long-term project that will not be ready for ant form of surfacing until some time in 2023 at the earliest.
It is possible that as and when roll-out does commence, it will be in stages until such time as parity is reached with the current MP / sufficient store owners have move across, it makes sense to complete a migration and shut down the current MP.
Equally, an iterative approach allows any work to be halt and reconsidered if things do not go well / do not meet with a positive response from users.
The new MP will be built to support mobile device access.
In Brief
No major news on SL Mobile, other than “avenues are being investigated”. Also see Mojo Linden’s comments from SL19B.
There have also been discussions on “how to engage” with the core SL product (outside of the Marketplace) via the web. Things under consideration include:
Group chat.
Inventory access / management – although this is noted as being problematic (e.g. reflecting updates on the web whilst also logged-in).
Also in the works are more landing pages to help promote Second Life to potential users / groups who might be interested in using the platform.
The future of Place Pages is uncertain. They need attention, but it is not clear how valuable they might be.
Next Meeting
Wednesday, August 3rd, 2022. Venue and time per top of this summary.
The following notes were taken from the Tuesday, July 5th 28th, 2022 Simulator User Group (SUG) meeting. They form a summary of the items discussed and is not intended to be a full transcript. A video of the entire meeting is embedded at the end of the article for those wishing to review the meeting in full – my thanks to Pantera for recording it.
On Tuesday, July 5th, the SLS Main and Event channel servers were updated restarted without any simulator updates.
On Wednesday, July 6th, servers on the Bluesteel the RC channel will be updated with an infrastructure change that shouldn’t have any user-visible impact.
Available Official Viewers
There have been no official viewer updates at the start of the week, leaving the current crop as:
Release viewer: version 6.6.0.571939 – formerly the Performance Improvements viewer, dated May 25th – no change.
Nomayo Maintenance RC (Maintenance N) viewer, version 6.6.1.572179, June 1.
Makgeolli Maintenance RC viewer (Maintenance M) viewer, version 6.5.6.571575, May 12.
Project viewers:
Performance Floater project viewer, version 6.5.4.571296, May 10.
Mesh Optimizer project viewer, version 6.5.2.566858, dated January 5, issued after January 10.
Legacy Profiles viewer, version 6.4.11.550519, dated October 26, 2020.
Copy / Paste viewer, version 6.3.5.533365, dated December 9, 2019.
In Brief
General discussion of HTTP 5xx errors and the potential for having webpages built using LSL capable of paginating. A feature request Jira has been requested on the latter, so that the Lab can fully understand what is being sought & if possible.
Please refer to the video for the general meeting chat.
Logos representative only and should not be seen as an endorsement / preference / recommendation
Updates from the week ending Sunday, July 3rd, 2022
This summary is generally published every Monday, and is a list of SL viewer / client releases (official and TPV) made during the previous week. When reading it, please note:
It is based on my Current Viewer Releases Page, a list of all Second Life viewers and clients that are in popular use (and of which I am aware), and which are recognised as adhering to the TPV Policy. This page includes comprehensive links to download pages, blog notes, release notes, etc., as well as links to any / all reviews of specific viewers / clients made within this blog.
By its nature, this summary presented here will always be in arrears, please refer to the Current Viewer Release Page for more up-to-date information.
Note that for purposes of length, TPV test viewers, preview / beta viewers / nightly builds are generally not recorded in these summaries.
Official LL Viewers
Release viewer: version 6.6.1.572458 – formerly the Maintenance M(akgeolli) RC viewer, promoted June 29 – NEW.