In scripts/modules/bpy_types.py, Menu is defined with a method path_menu() whose docstring starts Populate a menu from a list of paths. If you search that string in the generated modules you'll find 583 results because 582 classes that should inherit from Menu instead have a copy of the method.
In
scripts/modules/bpy_types.py
,Menu
is defined with a methodpath_menu()
whose docstring startsPopulate a menu from a list of paths
. If you search that string in the generated modules you'll find 583 results because 582 classes that should inherit fromMenu
instead have a copy of the method.