Skip to main content

All Questions

Tagged with
1 vote
1 answer
74 views

Is it possible to get orthographic effect for 1 mesh while whole scene is in perspective mode?

I want to be able to make 1 or several meshes at once use the effect of being orthographic in perspective view. For example, a cube looks orthographicaly flat or even while other cubes can look as if ...
Jessie Ferret's user avatar
0 votes
1 answer
437 views

Set Orthographic-Top view with python?

I have tried to write a script to set the 3d view to the top view and also turn it in into an orthogonal projection The closest I have got to the objective is based on this code found in this thread ...
George's user avatar
  • 43
1 vote
1 answer
725 views

What is the Python command to check if current view is in orthographic or perspective mode?

What is the python command to check if current view is in orthographic or perspective mode?
andio's user avatar
  • 2,420
6 votes
1 answer
1k views

Set orthographic view using python?

Is there a python function that sets ortho view such that X and Y axes are visible - the equivalent of numpad 7? Thanks in advance!
vndep's user avatar
  • 713
2 votes
2 answers
1k views

Check if the whole plane is being on a orthographic camera render (or get a proportion of the rendered plane)

Situation: On my scene, planes can be positioned anywhere and I should not move them - I move around only camera. After positioning a orthographic camera with a script, I am not sure if the whole ...
Pro's user avatar
  • 123