Blender Git Commit Log
Git Commits -> Revision 428a1aa
Revision 428a1aa by Campbell Barton (master) September 2, 2020, 05:58 (GMT) |
UI: add back Layout.introspect Add back this function, removed 2e14b7fb9770b. Useful for checking operators used in menus. |
Commit Details:
Full Hash: 428a1aaf7372aaad793fe7cc03128db18e3ae602
Parent Commit: 89ed6b1
Lines Changed: +239, -3
2 Added Paths:
/source/blender/python/intern/bpy_rna_ui.c (+58, -0) (View)
/source/blender/python/intern/bpy_rna_ui.h (+31, -0) (View)
/source/blender/python/intern/bpy_rna_ui.h (+31, -0) (View)
5 Modified Paths:
/source/blender/editors/include/UI_interface.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+124, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+4, -3) (Diff)
/source/blender/python/intern/bpy_rna_types_capi.c (+17, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+124, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+4, -3) (Diff)
/source/blender/python/intern/bpy_rna_types_capi.c (+17, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+2, -0) (Diff)