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