Ctrl-0 can now be used to just reset a single component of an array to

its default value instead of resetting the entire array
This commit is contained in:
2011-02-15 00:53:20 +00:00
parent d4ebace149
commit dab76a3ccf
3 changed files with 7 additions and 4 deletions

View File

@@ -364,7 +364,7 @@ extern void ui_convert_to_unit_alt_name(uiBut *but, char *str, int maxlen);
extern int ui_set_but_string(struct bContext *C, uiBut *but, const char *str);
extern int ui_get_but_string_max_length(uiBut *but);
extern void ui_set_but_default(struct bContext *C, uiBut *but);
extern void ui_set_but_default(struct bContext *C, uiBut *but, short all);
extern void ui_set_but_soft_range(uiBut *but, double value);