Animation: Add in Parent space alignment option to the Transform Orientation gizmo #104724

Merged
Nate Rupsis merged 47 commits from nrupsis/blender:parent-space into main 2023-04-20 17:40:31 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ee31fd6403 - Show all commits

View File

@ -639,9 +639,9 @@ const EnumPropertyItem rna_enum_transform_orientation_items[] = {
ICON_ORIENTATION_CURSOR,
"Cursor",
"Align the transformation axes to the 3D cursor"},
{V3D_ORIENT_LOCAL,
{V3D_ORIENT_PARENT,
"PARENT",
ICON_ORIENTATION_GLOBAL,
ICON_ORIENTATION_LOCAL,
"Parent",
"Align the transformation axes to the object's parent space"},
// {V3D_ORIENT_CUSTOM, "CUSTOM", 0, "Custom", "Use a custom transform orientation"},