Skip to content

Commit 9eafcb4

Browse files
committed
include STL export povmesh sketch
1 parent 26e6b9f commit 9eafcb4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
1.17 MB
Binary file not shown.

external_library/gem/toxiclibs/povmesh/tentacle.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def key_pressed
6969
pm.saveAsPOV(mesh, true)
7070
pm.end_save
7171
exit
72+
when 't', 'T'
73+
mesh.saveAsSTL(data_path('tentacle.stl'))
7274
when 's', 'S'
7375
save_frame('Tentacle.png')
7476
end

0 commit comments

Comments
 (0)