diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h index f8cd3f8d036..0cd09cf97ca 100644 --- a/source/blender/makesdna/DNA_armature_types.h +++ b/source/blender/makesdna/DNA_armature_types.h @@ -540,7 +540,7 @@ typedef enum eBoneCollection_Flag { * \see eArmature_Flag::ARM_BCOLL_SOLO_ACTIVE */ BONE_COLLECTION_SOLO = (1 << 4), - + BONE_COLLECTION_EXPANDED = (1 << 5), /* Expanded in the tree view. */ } eBoneCollection_Flag; ENUM_OPERATORS(eBoneCollection_Flag, BONE_COLLECTION_EXPANDED)