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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-01 21:13:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-01 21:13:26 +0300
commited161459d14a31fd237cd1f65a7070113ae3300f (patch)
tree375a2763bf4fa7135aa4e64c92fccaaa335a4034 /mesh_tiny_cad
parent50c493fb22869e0e08936c4b7a44624887b1de58 (diff)
Fix typos in source comments and descriptions
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
Diffstat (limited to 'mesh_tiny_cad')
-rw-r--r--mesh_tiny_cad/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_tiny_cad/README.md b/mesh_tiny_cad/README.md
index 69fe9ab6..6c72dc78 100644
--- a/mesh_tiny_cad/README.md
+++ b/mesh_tiny_cad/README.md
@@ -15,7 +15,7 @@ __________________
### OK, what's this all about?
-Dedicated CAD software speeds up drafting significantly with functions like: `Extend`, `Trim`, `Intersect`, `Fillet /w radius` and `Offset /w distance`. At the moment of this writing many of these functions aren't included by default in regular distributions on Blender.org, so i've coded scripts to perform a few of the main features that I missed most.
+Dedicated CAD software speeds up drafting significantly with functions like: `Extend`, `Trim`, `Intersect`, `Fillet /w radius` and `Offset /w distance`. At the moment of this writing many of these functions aren't included by default in regular distributions on Blender.org, so I've coded scripts to perform a few of the main features that I missed most.
My scripts have shortnames: `VTX, V2X, XALL, BIX, CCEN` and are described separately in sections below. `Fillet` and `Offset` are written by zmj100 and can be found [here](http://blenderartists.org/forum/showthread.php?179375).
@@ -45,7 +45,7 @@ Expect full freedom of orientation, but stuff must really intersect within error
### X ALL
-Intersect all, it programatically goes through all selected edges and slices them all using any found intersections, then welds them.
+Intersect all, it programmatically goes through all selected edges and slices them all using any found intersections, then welds them.
- XALL is fast!
![Imgur](http://i.imgur.com/1I7totI.gif)