@m_adam said in Pipeline integration:
C4DPL_PROGRAM_STARTED is working as before
Ok, but why:
import c4d
def PluginMessage(id, data):
if id==c4d.C4DPL_PROGRAM_STARTED:
doc = c4d.documents.GetActiveDocument()
doc.InsertObject(c4d.BaseObject(c4d.Ocube)) # Works
doc[c4d.RDATA_RENDERENGINE] = 1036219 #redshift Doesn't Work
?