C-Remove Doubles explanation

master
Jeff Doyle 2016-01-17 23:44:11 -04:00
rodzic 2c48a53369
commit 6eb0f6fa19
1 zmienionych plików z 2 dodań i 1 usunięć

@ -52,4 +52,5 @@ Operator Options:
* **offset** - tool diameter to use for the offset
## C-Remove Doubles
Curve remove doubles - warning, removes beziers!
Curve remove doubles - warning, removes beziers!
This operator will convert the curve to a mesh, perform remove doubles on the mesh, and then convert it back to a curve. This can be used to fix curves that are imported into Blender from other applications i.e. stl, dxf, that may have overlapping control points in the curve which can be a problem when calculating an operation.