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 0 additions and 1 deletions
Showing only changes of commit 928e06c5e1 - Show all commits

View File

@ -618,7 +618,6 @@ static void handle_object_parent_orientation(Object *ob, float r_mat[3][3])
// If object has parent, then orient to parent.
if (ob->parent) {
transform_orientations_create_from_axis(r_mat, UNPACK3(ob->parent->object_to_world));
7
}
else {
// If object doesn't have parent, then orient to world.