Hi,
I'm trying to write a python script to create a Null with a custom icon (with the same icon ID of the PBR light, just for test)
but I cannot modify the icon.
it give me no error so I don't know what's wrong
thanks
nul = c4d.BaseObject(c4d.Onull)
nul.SetName('New Test Icon')
doc.InsertObject(nul)
nul[c4d.ID_BASELIST_ICON_FILE] = 1021433
c4d.EventAdd()