RDK Exception

Hi, I have a user of the Octane plugin who is getting the following exception occurring (in the CreatePreview method). This error appears to be being throw from within the RDK. Is a Rhino dev able to confirm this pls, and let me know what conditions cause this error to be raised?

Thanks

Paul

It’s difficult to know why that might be thrown, but it looks like a bad pointer to a material (ie - a bad C++ pointer). Since this is happening in the preview generator, and probably of one of your materials, is it possible that you’re somehow deleting it before it gets to the previewer?

  • Andy

Andy - if I understand correctly from the user experiencing this problem - it is happening on non-Octane materials (VRay materials for instance).

Paul