From 69a966aca0c147ef21eeee986cc73554bfe5e948 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Aug 2019 01:45:36 +1000 Subject: Transform: option to transform parent objects without children Supports parent/child chains with mixed selections. Currently accessible from the pivot popover (may be moved along with the other options here). --- source/blender/makesdna/DNA_scene_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 617656d1b2c..5f5bd3142c4 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -2025,6 +2025,7 @@ extern const char *RE_engine_id_CYCLES; enum { SCE_XFORM_AXIS_ALIGN = (1 << 0), SCE_XFORM_DATA_ORIGIN = (1 << 1), + SCE_XFORM_SKIP_CHILDREN = (1 << 2), }; /* ToolSettings.object_flag */ -- cgit v1.2.3