UI:
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user