Skip to content
New issue

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 #5

Open
dft2000 opened this issue Apr 24, 2017 · 3 comments
Open

The photo was flipped horizontally #5

dft2000 opened this issue Apr 24, 2017 · 3 comments

Comments

@dft2000
Copy link

dft2000 commented Apr 24, 2017

The photo was flipped horizontally.
Please fix it.

@pedroabgmarques
Copy link

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

@lekiend
Copy link

lekiend commented Mar 27, 2020

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
Copy link

lekiend commented Mar 27, 2020

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants