Notifications
Clear all

[Closed] Notifying scene changes

I’m writing a scene exporter and I give the chance to change some scene characteristics. I need a way to automatically know scene changes, maybe RegisterNotification, BroadcastNotification, etc. would be the functions to use?

If user changes frame rate for example, which flag (code) do I have to use? can anybody show me any examples?

Thanks a lot!

1 Reply

… well, maybe the last question wasn’t the right one, I’d need to notify max that something in the scene has changed so when another scene is opened or the current one is closed Max itself notifies the user all these changes, how can I do it? are Register/UnregisterNotification the right ones?

If this is the case (I must use RegisterNotification), which flag should I use if framerate is the modified parameter?

help please!