Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-07-15 00:52:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-15 00:52:04 +0400
commitdd3f9cff91be36c48d24a3d6124727ea83234a1c (patch)
tree72d5de22584f2062c07215b2221d455450464935 /source/gameengine/PyDoc
parent64875e9fda7bf0c78a535e9ea354c37d8f113019 (diff)
patch from Goran Milovanovic for the BGE python api.
camera.ortho_scale (use when in ortho mode only) (own previous commit incorrectly removed thumb metadata from new imbuf)
Diffstat (limited to 'source/gameengine/PyDoc')
-rw-r--r--source/gameengine/PyDoc/bge.types.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/bge.types.rst b/source/gameengine/PyDoc/bge.types.rst
index 935d3e7e00e..e0ace6ad85b 100644
--- a/source/gameengine/PyDoc/bge.types.rst
+++ b/source/gameengine/PyDoc/bge.types.rst
@@ -4185,6 +4185,12 @@ Game Engine bge.types Module
:type: float
+ .. attribute:: ortho_scale
+
+ The camera's view scale when in orthographic mode.
+
+ :type: float
+
.. attribute:: near
The camera's near clip distance.