sphere2cube
sphere2cube copied to clipboard
The photo was flipped horizontally
The photo was flipped horizontally. Please fix it.
You can fix it easily by editing the .blender file and changing the camera scale to -1 on the X axis.
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
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 )