Files
test2/source/blender/editors/space_script
Campbell Barton bab4cd6991 Python experimental UI API
Can draw panels in the scripts space containing RNA and operator buttons.
* Added bpyui.register() so scripts can draw buttons and panels into the scripts space type.
* wrapped drawBlock, drawPanels and matchPanelsView2d
* Operator buttons take a python dictionary used to set the button defaults.
* BPY_getFileAndNum utility function to get the filename and line number python is currently running.
2009-02-28 13:27:45 +00:00
..
2.5
2008-12-26 11:11:21 +00:00
2008-12-25 16:02:35 +00:00
RNA
2009-01-16 23:53:11 +00:00
2009-01-30 12:18:08 +00:00
2009-02-28 13:27:45 +00:00