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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'render_povray/object_primitives.py')
-rwxr-xr-xrender_povray/object_primitives.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/object_primitives.py b/render_povray/object_primitives.py
index 2b9eab95..d017c4d0 100755
--- a/render_povray/object_primitives.py
+++ b/render_povray/object_primitives.py
@@ -856,7 +856,7 @@ def pov_sphere_define(context, op, ob, loc):
"""create the representation of POV sphere using a Blender icosphere.
Its nice platonic solid curvature better represents pov rendertime
- tesselation than a UV sphere"""
+ tessellation than a UV sphere"""
if op:
R = op.R