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_mesh_topology.py')
-rwxr-xr-xrender_povray/object_mesh_topology.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_povray/object_mesh_topology.py b/render_povray/object_mesh_topology.py
index 1599d6d1..cd98a6f4 100755
--- a/render_povray/object_mesh_topology.py
+++ b/render_povray/object_mesh_topology.py
@@ -32,7 +32,7 @@ from .scenography import export_smoke
def matrix_as_pov_string(matrix):
- """Translate some tranform matrix from Blender UI
+ """Translate some transform matrix from Blender UI
to POV syntax and return that string """
matrix_string = (
"matrix <%.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f>\n"
@@ -720,7 +720,7 @@ def export_meshes(
if not ob.is_instancer:
# except duplis which should be instances groups for now but all duplis later
if ob.type == 'EMPTY':
- # XXX Should we only write this once and instanciate the same for every
+ # XXX Should we only write this once and instantiate the same for every
# empty in the final matrix writing, or even no marix and just a comment
# with empty object transforms ?
tab_write("\n//dummy sphere to represent Empty location\n")