Merge branch 'blender-v2.91-release'

This commit is contained in:
2020-11-17 10:17:00 -05:00
6 changed files with 18 additions and 1 deletions

View File

@@ -289,6 +289,8 @@ enum {
PANEL_TYPE_INSTANCED = (1 << 4),
/** Draw panel like a box widget. */
PANEL_TYPE_DRAW_BOX = (1 << 6),
/** Don't search panels with this type during property search. */
PANEL_TYPE_NO_SEARCH = (1 << 7),
};
/* uilist types */