sphere2cube icon indicating copy to clipboard operation
sphere2cube copied to clipboard

The photo was flipped horizontally

Open dft2000 opened this issue 7 years ago • 3 comments

The photo was flipped horizontally. Please fix it.

dft2000 avatar Apr 24 '17 02:04 dft2000

You can fix it easily by editing the .blender file and changing the camera scale to -1 on the X axis.

pedroabgmarques avatar Nov 16 '18 15:11 pedroabgmarques

You can fix it easily by editing the .blender file and changing the camera scale to -1 on the X axis.

Hello, it looks realy easy to fix but I can not find what to change in blender_init.py ? I do not find any camera scale value in it ? Thanks

lekiend avatar Mar 27 '20 17:03 lekiend

You can fix it easily by editing the .blender file and changing the camera scale to -1 on the X axis.

Hello, it looks realy easy to fix but I can not find what to change in blender_init.py ? I do not find any camera scale value in it ? Thanks

OK, it works now. I've added those 2 lines just after imports ob = bpy.context.active_object ob.scale = ( -1, 1, 1 )

lekiend avatar Mar 27 '20 19:03 lekiend