On 08/11/2013 at 11:50, xxxxxxxx wrote:
Super simple python in a Generator in R14. I added a userdata for the object, and one 'real' numbers
For some reason it doesn't seem to refresh properly. and when the real number Userdata updates it dissapears. Any ideas as to what I'm missing?
import c4d
def main() :
someUserData = op[c4d.ID_USERDATA,2]
obj = op[c4d.ID_USERDATA,1
obj2 = obj.GetClone()
obj2.Message (c4d.MSG_UPDATE)
return obj2
Thanks for your patience, I'm learning : )
Chris