Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 4acc015
Author: JoeBell <joe@onmyhonor.com>
Date:   Sun Mar 9 18:00:03 2025 -0400

    Added normalize function

    Added function to normalize the scale of meshes

commit e685ab2
Merge: 968cbac cc38025
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 21:28:20 2025 -0500

    Merge branch 'main' into shipgen-integration

commit 968cbac
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 20:58:29 2025 -0500

    Added conversion

    Added helper functions to convert stl.Mesh's to triangle arrays

commit 13a589f
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 20:47:02 2025 -0500

    Cleaned up Generate

commit 22876e9
Merge: f92334b adb4ab8
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 20:08:58 2025 -0500

    Merge branch 'main' into shipgen-integration

commit f92334b
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 19:39:31 2025 -0500

    Renamed parameters

commit f261895
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 19:37:13 2025 -0500

    Stopped warning message

commit bf90105
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 19:26:12 2025 -0500

    Fixed unused parameter

commit f79dbc1
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 19:14:46 2025 -0500

    Removed need to save stl's

commit c640f6c
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 19:05:02 2025 -0500

    Improved typing

commit 19cf09b
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 18:48:43 2025 -0500

    Added hull generator

commit e8845c8
Author: JoeBell <joe@onmyhonor.com>
Date:   Tue Mar 4 16:18:36 2025 -0500

    Uploaded streamlined ShipGen

    Uploaded a version of ShipGen modified from https://www.dropbox.com/sh/jg98r425v7ly89l/AAA49uMr7_mhaVmRDrPq0NU_a?dl=0 with all non-essential files removed
  • Loading branch information
jrb20008 committed Mar 20, 2025
1 parent 0405a26 commit 6b2a13d
Show file tree
Hide file tree
Showing 27 changed files with 4,479 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Created by venv; see https://docs.python.org/3/library/venv.html
ShipD/
ShipGen/
Scripts/
Lib/
Include/
Expand Down
3 changes: 3 additions & 0 deletions ShipGen/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DEMO_Hulls/
__pycache__
data/*.npy
Loading

0 comments on commit 6b2a13d

Please sign in to comment.