How do you register to a PostCollapse callback?

 
 
 
Posted by:spoon
Data created:5 March 2013

Hi,

I'm trying to find a way to get the event of collapse stack and/or convert to another type which collapse also the stack.

Is it even possible? and how do you implement this?

I'm quite familiar with global callback but for the rest of the notifications in Max i'm clueless and the SDK documentation doesn't really help to figure it out.

 

Thanks in advance for helping. :)

 

Hello,

Are you trying to listen to all collapses Max-wide or just for a specific object? I believe in Max Object has a Pre/Post collapse virtual methods which you can override and handle collapsing manually. I am not sure about global callbacks.

Marsel Khadiyev (Software Developer, EPHERE Inc.)

Hi,

 

Yes, there is no global collapse callback (it seems). I don't want to handle the collapse process manually but just to be notified so i can update my tools since it can be a major change for the object (e.g. primitive->edit poly).

So i was looking to an alternate solution to achieve that.

 

Thanks.