Cleanup: pep8
This commit is contained in:
@@ -69,11 +69,13 @@ def region_2d_to_origin_3d(region, rv3d, coord, clamp=None):
|
||||
|
||||
.. note::
|
||||
|
||||
Orthographic views have a less obvious origin, the far clip is used to define the viewport near/far extents.
|
||||
Since far clip can be a very large value, the result may give with numeric precision issues.
|
||||
Orthographic views have a less obvious origin,
|
||||
the far clip is used to define the viewport near/far extents.
|
||||
Since far clip can be a very large value,
|
||||
the result may give with numeric precision issues.
|
||||
|
||||
To avoid this problem, you can optionally clamp the far clip to a smaller value
|
||||
based on the data you're operating on.
|
||||
To avoid this problem, you can optionally clamp the far clip to a
|
||||
smaller value based on the data you're operating on.
|
||||
|
||||
:arg region: region of the 3D viewport, typically bpy.context.region.
|
||||
:type region: :class:`bpy.types.Region`
|
||||
|
||||
Reference in New Issue
Block a user