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 'light_field_tools/light_field_tools.py')
-rw-r--r--light_field_tools/light_field_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/light_field_tools/light_field_tools.py b/light_field_tools/light_field_tools.py
index c2ce7a88..5ab2092f 100644
--- a/light_field_tools/light_field_tools.py
+++ b/light_field_tools/light_field_tools.py
@@ -39,7 +39,7 @@ Usage:
A simple interface can be accessed in the tool shelf panel
in 3D View ([T] Key).
-A base mesh has to be provided, which will normaly be a
+A base mesh has to be provided, which will normally be a
subdivided plane. The script will then create a camera rig
and a light rig with adjustable properties. A sample camera
and a spotlight will be created on each vertex of the
@@ -85,7 +85,7 @@ v0.0.1 - Initial version.
TODO:
* Restore view after primary camera is changed.
* Apply object matrix to normals.
-* Allign to normals, somehow,....
+* Align to normals, somehow,....
* StringProperties with PATH tag, for proper ui.
"""