Hi
  I'm writing a region module for managing appearance / outfits.  One issue
I have is that attachments only appear after a relog.  During the client
login I'm using this to attach:

 m_scenes[0].RezSingleAttachment(client, item.ID,
(uint)AttachmentPoint.HUDTop);

in 0.6.9 - and I find I have to log out and then back in to see the
attachment, I assume because the client didn't request the attachment it
isn't looking out for it?  Is there any way that I can force the attachment
to happen (I tried a ScenePresence SendWearables() but that seemed to not
know about the attachment)

Neil
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to