Skip to content

Commit

Permalink
2.9.1.0 Release: DXF export added, general update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyarri committed Sep 1, 2024
1 parent d636815 commit 80b793c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion img2dxf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

'''
IMG2DXF - Program for conversion of image heightfield to triangle mesh in DXF format
IMG2DXF - Program for conversion of image heightfield to triangle mesh in DXF format
-----------------------------------------------------------------------------------------
Created by: Ilya Razmanov (mailto:ilyarazmanov@gmail.com)
Expand Down
2 changes: 1 addition & 1 deletion img2mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
IMG2MESH - Program for conversion of image heightfield to triangle 3D-mesh in different formats
------------------------------------------------------------------------------------------------
Common GUI shell for img2pov, img2obj, img2stl and img2dxf modules.
Common GUI shell for img2pov, img2obj, img2stl and img2dxf modules.
Created by: Ilya Razmanov (mailto:ilyarazmanov@gmail.com)
aka Ilyich the Toad (mailto:amphisoft@gmail.com)
Expand Down
2 changes: 1 addition & 1 deletion img2obj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

'''
IMG2OBJ - Program for conversion of image heightfield to triangle mesh in OBJ format
IMG2OBJ - Program for conversion of image heightfield to triangle mesh in OBJ format
-----------------------------------------------------------------------------------------
Created by: Ilya Razmanov (mailto:ilyarazmanov@gmail.com)
Expand Down
2 changes: 1 addition & 1 deletion img2pov.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

'''
IMG2POV - Program for conversion of image heightfield to triangle mesh in POVRay format
IMG2POV - Program for conversion of image heightfield to triangle mesh in POVRay format
---------------------------------------------------------------------------------------------
Created by: Ilya Razmanov (mailto:ilyarazmanov@gmail.com)
Expand Down
2 changes: 1 addition & 1 deletion img2stl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

'''
IMG2STL - Program for conversion of image heightfield to triangle mesh in STL format
IMG2STL - Program for conversion of image heightfield to triangle mesh in STL format
-----------------------------------------------------------------------------------------
Created by: Ilya Razmanov (mailto:ilyarazmanov@gmail.com)
Expand Down

0 comments on commit 80b793c

Please sign in to comment.