Jump to content

Bakes on Mesh default texture IDs have changed in latest RC viewer


Vir Linden
 Share

You are about to reply to a thread that has been inactive for 1677 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

  • Lindens

In the Bakes on mesh project viewer update  6.1.1.525409, the default bake texture slot UUIDs were changed. The default textures had to be updated to include the alpha channel. We needed to create new default texture UUIDs instead of updating the original texture data, because the backend texture servers have many layers of caching all of which would be invalidated by a change to the existing assets. This means the texture ids will need to be updated on any older content that uses the bakes on mesh feature. If you now see default bake textures on your BOM avatar instead of bakes, please reapply the bakes on mesh settings to your meshes.

Another effect of the UUID changes is that the LSL constants defined on the simulator (IMG_USE_BAKED_HEAD, IMG_USE_BAKED_UPPER and so on) need to be modified to reflect the updated UUDS. The simulator changes to support this have not been released yet, so scripts that try to use these constants will not work reliably until the server release process is complete. This will probably be a few more weeks.

We are sorry that this change was needed; unfortunately it is often part of the Project Viewer process that things need to be modified along the way based on issues uncovered during development and testing. Bakes on Mesh is now flagged as an RC viewer, indicating that future destabilizing changes are much less likely, and hopefully also that it is getting close to release. 

The new UUID values are:

const LLUUID IMG_USE_BAKED_HEAD  ("5a9f4a74-30f2-821c-b88d-70499d3e7183");
const LLUUID IMG_USE_BAKED_UPPER ("ae2de45c-d252-50b8-5c6e-19f39ce79317");
const LLUUID IMG_USE_BAKED_LOWER ("24daea5f-0539-cfcf-047f-fbc40b2786ba");
const LLUUID IMG_USE_BAKED_EYES  ("52cc6bb6-2ee5-e632-d3ad-50197b1dcb8a");
const LLUUID IMG_USE_BAKED_SKIRT ("43529ce8-7faa-ad92-165a-bc4078371687");
const LLUUID IMG_USE_BAKED_HAIR  ("09aac1fb-6bce-0bee-7d44-caac6dbb6c63");
const LLUUID IMG_USE_BAKED_LEFTARM  ("ff62763f-d60a-9855-890b-0c96f8f8cd98");
const LLUUID IMG_USE_BAKED_LEFTLEG  ("8e915e25-31d1-cc95-ae08-d58a47488251");
const LLUUID IMG_USE_BAKED_AUX1  ("9742065b-19b5-297c-858a-29711d539043");
const LLUUID IMG_USE_BAKED_AUX2  ("03642e83-2bd1-4eb9-34b4-4c47ed586d2d");
const LLUUID IMG_USE_BAKED_AUX3  ("edd51b77-fc10-ce7a-4b3d-011dfc349e4f");
 

  • Like 5
  • Thanks 2
Link to comment
Share on other sites

  • 2 weeks later...
  • 4 months later...
You are about to reply to a thread that has been inactive for 1677 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...