Skip to content
Snippets Groups Projects
Commit f7dd40af authored by Pratik Borhade's avatar Pratik Borhade Committed by Pratik Borhade
Browse files

Fix #114583: Missing forward axis option in obj export

This was accidently removed in cfffd813

Pull Request: https://projects.blender.org/blender/blender/pulls/114615
parent 2a450272
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ static void ui_obj_export_settings(uiLayout *layout, PointerRNA *imfptr)
uiItemR(
sub, imfptr, "export_selected_objects", UI_ITEM_NONE, IFACE_("Selected Only"), ICON_NONE);
uiItemR(sub, imfptr, "global_scale", UI_ITEM_NONE, nullptr, ICON_NONE);
uiItemR(sub, imfptr, "forward_axis", UI_ITEM_NONE, IFACE_("Forward Axis"), ICON_NONE);
uiItemR(sub, imfptr, "up_axis", UI_ITEM_NONE, IFACE_("Up Axis"), ICON_NONE);
col = uiLayoutColumn(box, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment