Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
on R23, Win, c4d.plugins.NodeData.Message will raise AttributeError: 'function' object has no attribute 'im_func' when the implementation of the method does not (fully) conform to returning a Boolean.
c4d.plugins.NodeData.Message
AttributeError: 'function' object has no attribute 'im_func'
I am not sure if this is considered to be "known", but since the exception comes with no stack frame and is in itself rather cryptic, I thought I document it here. I do not expect an answer in any form. The error message might also be raised erroneously for other methods when the return type is non-conformant. So, dear search function user, when you get this exception, check your NodeData.Message (and possibly also other overwritten methods) for them always returning the correct return value type (a Boolen in case of NodeData.Message).
NodeData.Message
Cheers, zipit
Hi thanks for the report this was already reported in Phong Tag with ObjectData and this is going to be fixed in the release after R23 SP1.
Cheers, Maxime.