XGen interactive crashes when querying outRenderData
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've followed the guide on how to translate XGen interactive groom for rendering, described here: http://around-the-corner.typepad.com/adn/2016/11/support-xgen-interactive-grooming-feature-in-your-p...
It's working, but I find that crashes often happen within XGen, when the following line is being called:
outData->writeBinary(opaqueStrm);
This happens especially if this data is being pulled on during interactive grooming, as is the case when trying to do interactive rendering.
It seems like XGen can't deal with the data being updated by the grooming tools and pulled on by my translator at the same time. How can I avoid this? I get the crashing behavior regardless of parallel vs DG update modes. I'm currently trying to defer my queries of the data to idle updates, which helps the situation, but it still crashes unacceptably often.