On 23/03/2013 at 10:16, xxxxxxxx wrote:
I have script that changes the objects display color. First turning on the Use Color option with this code:
obj = doc.GetActiveObject()
bc = obj.GetData()
bc.SetLong(c4d.ID_BASEOBJECT_USECOLOR, 2)
obj.SetData(bc)
It even prints the correct value when I print GetLong, but the object doesn't change?