Merge branch 'blender-v2.91-release'
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user