s6.app.utils.obj_convertΒΆ

Convert blender-exported OBJ file to right-handed coordinate system in-place.

This script flips the Z-axis and reverses face winding to change the handedness of the coordinate system for OBJ mesh files exported from Blender.

s6.app.utils.obj_convert.convert_obj_file(path: str) None

Convert a single OBJ file to right-handed coordinate system in-place.

s6.app.utils.obj_convert.main()