Notifications
Clear all

[Closed] any way to get notified if user modify an object?

any way to get notified if user modify an object?

if i use callback function with
NOTIFY_POST_EDIT_OBJ_CHANGE
NOTIFY_PRE_EDIT_OBJ_CHANGE

but info->callParam doesn’t give me any details, i can only get currently selected nodes, but how can i know what property has been changed to what value?

1 Reply
1 Reply
(@rustyknight)
Joined: 10 months ago

Posts: 0

I think this question was just asked recently. Basically, you want to know when a property on a object is changed??

Currently, there is no way to do this. The suggestion was to keep a copy of all the property values you are interested in and compare them when a change occurs.

Shane