Cloned material callback
Hello I have a custom MaxMAterial and I need to execute some code when the material is cloned
I saw there is a method `on clone orig do` but I want to retrieve the target and call a C# function on it
Right now I'm registering to a #mtlRefAdded callback but this is called even when the file is opened
Do you have any idea on how to do it?
Thanks
Link copied