THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/05/2012 at 23:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;
---------
Hi folks,
I'm trying to send some different information from my object plugin to the picture viewer. But I'm just generally confused as to what I'm suppose to be looking for in the SDK to help me with it.
What I want to do is like what the HyperNurbs object does - it has an editor subdivision and a render subdivision. My object doesn't have anything to do with subdivisions but the same principle of having one setting for editor and another for the renderer is what I'm wanting to apply.
Is it RenderData I'm meant to be looking at? Or RENDERRESULT Execute()? Or do I need to make a "class Render{}" and put settings in their?
I'm just a bit lost as to what I should be looking at on this one! Would someone be so kind as to provide a pointer (pun intended!)?
WP.