Hi<div>  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:</div><div><br></div><div> m_scenes[0].RezSingleAttachment(client, item.ID, (uint)AttachmentPoint.HUDTop);</div>
<div><br></div><div>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)</div>
<div><br></div><div>Neil</div>