Blender Git Commit Log
Git Commits -> Revision 46417e1
Revision 46417e1 by Campbell Barton (master) February 16, 2009, 16:17 (GMT) |
WIP, low level python UI functions, so far tested popup menu to work with bpyui.pupMenuBegin, menuItemO and pupMenuEnd functions. And a popup block with python callback with bpyui.pupBlock, beginBlock, popupBoundsBlock and endBlock funcions. These functions should not be accessed by scripters directly. |
Commit Details:
Full Hash: 46417e136228d57d39dd912acbf880fb641979e3
SVN Revision: 18995
Parent Commit: 3b62184
Lines Changed: +300, -0
2 Added Paths:
/source/blender/python/intern/bpy_ui.c (+255, -0) (View)
/source/blender/python/intern/bpy_ui.h (+31, -0) (View)
/source/blender/python/intern/bpy_ui.h (+31, -0) (View)
1 Modified Path:
/source/blender/python/intern/bpy_interface.c (+14, -0) (Diff)