Spreadsheet: add boilerplate code for new editor type
This adds the initial boilerplate code that is required to introduce the new spreadsheet editor. The editor is still hidden from the ui. It can be made visible by undoing the change in `rna_screen.c`. This patch does not contain any business logic for the spreadsheet editor. Differential Revision: https://developer.blender.org/D10645 Ref T86279.
This commit is contained in:
@@ -282,6 +282,8 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme)
|
||||
FROM_DEFAULT_V4_UCHAR(space_info.info_property);
|
||||
FROM_DEFAULT_V4_UCHAR(space_info.info_error);
|
||||
FROM_DEFAULT_V4_UCHAR(space_info.info_operator);
|
||||
|
||||
btheme->space_spreadsheet = btheme->space_outliner;
|
||||
}
|
||||
|
||||
#undef FROM_DEFAULT_V4_UCHAR
|
||||
|
||||
Reference in New Issue
Block a user