From 8b009e258c36eca920a5c5eeb430634ad62f610f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 27 Aug 2018 17:04:16 +1000 Subject: BMesh: improvements/fixes to select side of active - Add orientation option (defaults to local, as 2.7x does) can optionally use global, cursor, view... etc. - Fix typo which caused select flush to fail. - Fix for instanced objects (was only checking one instance). - Only tag for changes if a change is made. - Skip meshes with all vertices selected. --- source/blender/makesrna/RNA_enum_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesrna/RNA_enum_types.h') diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h index 9efa8475f8e..8d3d7f81deb 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -164,6 +164,7 @@ extern const EnumPropertyItem rna_enum_operator_context_items[]; extern const EnumPropertyItem rna_enum_wm_report_items[]; extern const EnumPropertyItem rna_enum_transform_pivot_items_full[]; +extern const EnumPropertyItem rna_enum_transform_orientation_items[]; extern const EnumPropertyItem rna_enum_transform_mode_types[]; extern const EnumPropertyItem rna_enum_posebone_rotmode_items[]; -- cgit v1.2.3