On 30/05/2016 at 07:33, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16+
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
In my latest commercial plugin there is a strange and very difficult issue to resolve. The plugin is a ObjectData plugin used as a direct generator (no children) of polygon objects. In every renderer, it works except in the Physical renderer in the Editor View. Works in the Picture Viewer render using Physical!
I've tried SetUniqueIP() with OBJECT_UNIQUEENUMERATION. I've played around with render settings, project settings, object settings, code. It refuses to render the Editor view if Physical renderer is set. And I know that this is a known 'issue' with the Physical renderer (say, for MoText?).
Is there anything that can resolve this in code?
Thanks,