[Bf-blender-cvs] [c4e2269d463] asset-browser: Merge branch 'master' into asset-browser

Julian Eisel noreply at git.blender.org
Sun May 23 19:10:23 CEST 2021


Commit: c4e2269d4631ddd240300f137959052374734eaa
Author: Julian Eisel
Date:   Sun May 23 19:10:14 2021 +0200
Branches: asset-browser
https://developer.blender.org/rBc4e2269d4631ddd240300f137959052374734eaa

Merge branch 'master' into asset-browser

===================================================================



===================================================================

diff --cc source/blender/editors/interface/interface_intern.h
index 21ac4ca7245,23856c41ceb..4d40a3a3af3
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@@ -942,11 -933,8 +942,9 @@@ extern void ui_but_execute_end(struct b
                                 uiBut *but,
                                 void *active_back);
  extern void ui_but_active_free(const struct bContext *C, uiBut *but);
 +extern void ui_but_update_view_for_active(const struct bContext *C, const uiBlock *block);
  extern int ui_but_menu_direction(uiBut *but);
- extern void ui_but_text_password_hide(char password_str[UI_MAX_DRAW_STR],
-                                       uiBut *but,
-                                       const bool restore);
+ extern void ui_but_text_password_hide(char password_str[128], uiBut *but, const bool restore);
  extern uiBut *ui_but_find_select_in_enum(uiBut *but, int direction);
  bool ui_but_is_editing(const uiBut *but);
  float ui_block_calc_pie_segment(struct uiBlock *block, const float event_xy[2]);



More information about the Bf-blender-cvs mailing list