Hi,
I’ve written a C++ GUP plugin which exposes a couple of functions to Maxscript . I have two versions - one for Max 2016 and one for Max 2015. These are both working well however i have a client running Max 2015 Design and it does not seem to be working for him…
He’s sent me a screengrab showing that the plugin appears to be loaded and showing in the Plugin Manager. However the Maxscript which calls the functions is failing with unknown function in undefined - so it’s not seeing the namespace or class name for the plugin. The only difference being that it’s the Design version of max 2015.
Can anybody tell me what exactly is the issue here and is there a way around it? I’m assuming the Design version allowed the use of third party plugins as the 2015 docs mention it in reference to GetProductID() ( which is then depreciated in 2016 when they dropped Design )…