UI List: ctrl click on names in list can be used for renaming.
Summary: More information here: http://lists.blender.org/pipermail/bf-committers/2013-November/042113.html Reviewers: brecht Reviewed By: brecht CC: mont29 Differential Revision: http://developer.blender.org/D8
This commit is contained in:
@@ -432,7 +432,6 @@ void uiButSetDragValue(uiBut *but);
|
||||
void uiButSetDragImage(uiBut *but, const char *path, int icon, struct ImBuf *ima, float scale);
|
||||
|
||||
int UI_but_active_drop_name(struct bContext *C);
|
||||
struct uiBut *ui_but_find_mouse_over(struct ARegion *ar, int x, int y);
|
||||
|
||||
void uiButSetFlag(uiBut *but, int flag);
|
||||
void uiButClearFlag(uiBut *but, int flag);
|
||||
|
||||
Reference in New Issue
Block a user