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_gui.py')
-rwxr-xr-xrender_povray/object_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/object_gui.py b/render_povray/object_gui.py
index aebaa311..fa33fc65 100755
--- a/render_povray/object_gui.py
+++ b/render_povray/object_gui.py
@@ -605,7 +605,7 @@ def check_add_mesh_extra_objects():
"""Test if Add mesh extra objects addon is activated
This addon is currently used to generate the proxy for POV parametric
- surface which is almost the same priciple as its Math xyz surface
+ surface which is almost the same principle as its Math xyz surface
"""
if "add_mesh_extra_objects" in bpy.context.preferences.addons.keys():
return True