Hi all.
I am new to python and I'm looking for help with assigning a field object to a deformer's falloff within a Python Generator.
So for example I set up the objects like this:
myParentNull = c4d.BaseObject(c4d.Onull)
myFieldObj = c4d.BaseObject(c4d.Flinear)
myModObj = c4d.BaseObject(1021280) #1021280 = Squash And Stretch Deform Object
myFieldObj.InsertUnder(myParentNull)
... I then hoped that this would achieve what I was after, but it looks like this isn't the way to assign the field object (it doesn't work)
myModObj[c4d.FIELDS] = myFieldObj
Can anyone help?
Many thanks,
Jamie
www.moGRR.co.uk