Call the bake module each time we see a new attachment to see if the attachment
needs texturesavinationmerge
parent
27b70c3fce
commit
9be30aa9b7
|
@ -3870,6 +3870,10 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
m_attachments.Add(gobj);
|
||||
}
|
||||
|
||||
IBakedTextureModule bakedModule = m_scene.RequestModuleInterface<IBakedTextureModule>();
|
||||
if (bakedModule != null)
|
||||
bakedModule.UpdateMeshAvatar(m_uuid);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue