kopia lustrzana https://github.com/vilemduha/blendercam
hatch curve creates a line pattern to plane a surface
rodzic
32b2e424e0
commit
2572660ce8
|
|
@ -67,6 +67,7 @@ class CamCurveHatch(bpy.types.Operator):
|
|||
|
||||
lines = MultiLineString(coords)
|
||||
utils.shapelyToCurve('lines', lines, 0)
|
||||
bpy.ops.object.join()
|
||||
|
||||
# utils.polygonHatch(self.distance, self.angle, self.cross)
|
||||
return {'FINISHED'}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue