* layout.itemR now has icon_only option to show only icon
  in e.g. enums buttons, for uv editor header.
* Automatic key shortcuts in menus now show the shortcut even if
  operator properties don't match. Not sure this will work well
  everywhere, but seems to be working ok for now.
* Open recent now show shorter filenames instead of the whole
  file path.
* Tweak object Duplicate menu item.
This commit is contained in:
2009-09-10 14:20:21 +00:00
parent 15d77f17a4
commit cfb6f35f9f
11 changed files with 91 additions and 40 deletions

View File

@@ -1122,7 +1122,7 @@ void OBJECT_OT_convert(wmOperatorType *ot)
RNA_def_boolean(ot->srna, "keep_original", 0, "Keep Original", "Keep original objects instead of replacing them.");
}
/************************** Add Duplicate **********************/
/**************************** Duplicate ************************/
/*
dupflag: a flag made from constants declared in DNA_userdef_types.h