On 29/11/2016 at 06:54, xxxxxxxx wrote:
Hi All,
Currently i'm using these lines to create new render data.
renderData = c4d.documents.RenderData()
renderData.SetName(PLUGIN_NAME)
doc.InsertRenderData(renderData)
doc.SetActiveRenderData(renderData)
This works really well and the render data is active but it is not selected. So when I go into my render settings I can see that the new one is active but it shows me the previous render settings.
Is there a way to select the active render settings via the python script? I tried the doc.SetAllBits(c4d.BIT_ACTIVERENDERDATA) but this doesn't do anything.
Thanx in advance
RNE