On 24/11/2014 at 06:37, xxxxxxxx wrote:
I have c4d R14 and my friend have c4d R12.
My problem is that I created a python node in Xpresso and used this code:
obj = doc.SearchObject('Null')
UD = obj.GetUserDataContainer()
On my R14 it works perfectly but on his R12 he gets this error:
'c4d.BaseObject' object has no attribute 'GetUserDataContainer'
The R12 python docs says its correct why??