BUG: Fix python overloaded method code for static VTK methods.
For overloaded method checks, if "self" was a PyVTKClass, then the code was always assuming the first arg would be a PyVTKObject instance of that PyVTKClass. This assumption was wrong for static methods.
Please register or sign in to comment