After today’s Rhino 9 WIP update (9.0.25308), the V-Ray 7.20 plugin no longer loads.
Has there been a recent SDK change, or is this a bug introduced in the current WIP build?
It is certainly not V-Ray. The PluginType() that is quoted is not overridden by V-Ray since we inherit from CRhinoRenderPlugIn which provides implementation of PluginType(). I guess it returns plugin_type::render_plugin
Anyway with the debugger I get some of the main functions called - PlugnInName(), etc.. but when I override PlugInType() Rhino never calls my implementation. So it is some subtle C++ quirk like ctor().call()instead of instance->call()