Notification parameters handling improved
 
 
 

MAXScript Language Improvements in 3ds Max 5

The handling of notification parameters has been improved.callbacks.notificationParam() in a callback expression will always return the notification parameters for the event that triggered the callback. In the past, if another notification was received before the call to callbacks.notificationParam(), you would get the notification parameters for that event instead.

See Also