From 18f228d593123cf7fd6eef7ceda27a1c092e1df8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Jun 2015 07:52:52 +1000 Subject: update hand written rst docs - minor corrections - link to new manual - wrap lines at 120 --- release/scripts/modules/bpy_extras/object_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts') 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. -- cgit v1.2.3