THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/07/2012 at 08:47, xxxxxxxx wrote:
I'm creating a new TagData object in Python.
There are values in some edit fields that I want to check, when they are changed.
How can I do that?
I'm already checking for any change with:
def Message(self,node,type,data) :
if type==c4d.MSG_DESCRIPTION_VALIDATE:
But then, how do I know what item was changed?
If I print the data variable, it always returns None.
Rui Batista