GetUserDataContainer() [Resolved]
-
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??
-
On 24/11/2014 at 08:59, xxxxxxxx wrote:
Hello,
using 12.032 I cannot reproduce any problems with that function. Can you give us more information about the system and the situation?
Please be aware that SDK support can only provide limited support for outdated SDK versions.
Best wishes,
Sebastian -
On 24/11/2014 at 20:42, xxxxxxxx wrote:
Hi S_Bach, I uninstalled R12 from his computer and did a little cleanup. I then re-Installed and after updating R12 the issue was gone.
Thanks for the reply.