Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to find with Notification max raise when a container is appended into the scene.
from max plus I'm using this right now:
def handleNotification(code):
print "container added"
print "Notification handled: ", code
MaxPlus.NotificationManager.Register(MaxPlus.NotificationCodes.FilePostMerge2, handleNotification)
print "registering"
But this is a generic merge notification and I expect something more specific.
In other how can I get witch container has been added?
Solved! Go to Solution.