[Opensim-dev] Forcing attachments to rezz

Neil Canham neil at knowsense.co.uk
Wed Nov 24 19:01:03 UTC 2010


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20101124/e408b464/attachment-0001.html>


More information about the Opensim-dev mailing list