Image Window
* Unpack operator now works.
* Some small layout code tweaks.

Info Window Header
* Moved to python UI code.
* template_running_jobs, template_operator_search added.
* Ported external data operators: pack/unpack all, make
  paths relative/absolute, find/report missing files.

Also
* Report RPT_INFO too, not only warnings and errors.
* Run UI handle functions after RNA and Operators.
* Rename particle system add/remove operators, to not
  include "slot", that's only there for materials because
  that's what they are called now in RNA.
This commit is contained in:
2009-06-30 19:20:45 +00:00
parent 80ee09bb9a
commit 37864a4273
29 changed files with 908 additions and 781 deletions

View File

@@ -11,7 +11,7 @@ class Buttons_HT_header(bpy.types.Header):
so = context.space_data
scene = context.scene
layout.template_header(context)
layout.template_header()
if context.area.show_menus:
row = layout.row(align=True)