We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The photo was flipped horizontally. Please fix it.
The text was updated successfully, but these errors were encountered:
You can fix it easily by editing the .blender file and changing the camera scale to -1 on the X axis.
Sorry, something went wrong.
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 )
ob = bpy.context.active_object
ob.scale = ( -1, 1, 1 )
No branches or pull requests
The photo was flipped horizontally.
Please fix it.
The text was updated successfully, but these errors were encountered: