From 1422c0650c951f21bee2555e4e7f03bb8c64cace Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 May 2018 21:56:47 +0200 Subject: UI: move pivot to the topbar Pivot variables are now stored in scene toolsettings. --- 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 07663b39649..d5b2493078c 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -157,6 +157,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_mode_types[]; extern const EnumPropertyItem rna_enum_posebone_rotmode_items[]; -- cgit v1.2.3