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>2015-06-18 00:52:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-18 01:00:46 +0300
commit18f228d593123cf7fd6eef7ceda27a1c092e1df8 (patch)
treefcdc95f8bdcf5f120af9ce8ba355d7303eccb3ed /release/scripts
parenta62392dea7e6c99ad00dda8a2080d3944e9536cf (diff)
update hand written rst docs
- minor corrections - link to new manual - wrap lines at 120
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/modules/bpy_extras/object_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy_extras/object_utils.py b/release/scripts/modules/bpy_extras/object_utils.py
index 16224144ee4..78fb6aa8fa2 100644
--- a/release/scripts/modules/bpy_extras/object_utils.py
+++ b/release/scripts/modules/bpy_extras/object_utils.py
@@ -291,7 +291,7 @@ def world_to_camera_view(scene, obj, coord):
(also known as: normalized device coordinates - NDC).
Where (0, 0) is the bottom left and (1, 1)
- is the top right of the camera frame.
+ is the top right of the camera frame.
values outside 0-1 are also supported.
A negative 'z' value means the point is behind the camera.