Merge branch 'blender-v3.0-release'

This commit is contained in:
2021-11-23 18:35:56 +01:00
8 changed files with 31 additions and 8 deletions

View File

@@ -1762,6 +1762,8 @@ void UI_panel_header_buttons_begin(struct Panel *panel);
void UI_panel_header_buttons_end(struct Panel *panel);
void UI_panel_end(struct Panel *panel, int width, int height);
void UI_panel_context_pointer_set(struct Panel *panel, const char *name, struct PointerRNA *ptr);
bool UI_panel_is_closed(const struct Panel *panel);
bool UI_panel_is_active(const struct Panel *panel);
void UI_panel_label_offset(const struct uiBlock *block, int *r_x, int *r_y);