mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
cad/openvsp: update to 3.41.1
ChangeLog: https://openvsp.org/blogs/announcements/2024/11/10/openvsp-3-41-0-released Features: * Re-map ParmID’s when changing XSecCurve type * Add link loop breaking message to advanced links * Write structure assemblies to STL and GMsh files * Calculate structure assembly mass Library Updates: * Clipper2, better match packages available in Linux distributions * Pinocchio, build fix for some platforms * Delabella, build fix for some platforms * Triangle, avoid crashes and infinite loops, avoid namespace issues Fixes: * Fix base airfoil scale when setting airfoil points via API. * Make API ScreenGrab() and UpdateGUI() blocking. * Fix ScreenGrab from API. * Fix StopGUI behavior from GUI within facade. * Fix GUI and Server shutdown from facade on MacOS. * Fix need for sleep() on facade GUI API startup. * Fix Conformal Component memory error identified by Jason Le. * Fix Conformal Component update lag when parent symmetry changed. * Fix bug of copying Parm instead of Parm value * Fix Structures handling of symmetry for parts including trims * Fix Structures meshing issues, should reduce crashes * Fix Structures trimming at the center line
This commit is contained in:
parent
3fb010bb93
commit
e4abb7177e
@ -1,6 +1,6 @@
|
||||
PORTNAME= openvsp
|
||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||
DISTVERSION= 3.40.1
|
||||
DISTVERSION= 3.41.1
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= fernape@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1722013353
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.40.1_GH0.tar.gz) = 62ef7b4718ee795392ff2dda419f4dd92ddb8e12d6eb0636f6fc291aa5c25ced
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.40.1_GH0.tar.gz) = 125662308
|
||||
TIMESTAMP = 1731866266
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.41.1_GH0.tar.gz) = a9e1a9e37903ae6f15baca9d1fc89fe49b4a0306d9594552ee28a55eb4517a8e
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.41.1_GH0.tar.gz) = 125799268
|
||||
|
@ -8,8 +8,13 @@ bin/vsploads
|
||||
bin/vspscript
|
||||
bin/vspviewer
|
||||
help/AdvLink.html
|
||||
help/SetEdit.html
|
||||
help/github-pandoc.css
|
||||
help/images/AdvLink_example.png
|
||||
help/images/SetEditor_body.png
|
||||
help/images/SetEditor_footer.png
|
||||
help/images/SetEditor_header.png
|
||||
help/images/SetEditor_window.png
|
||||
help/index.html
|
||||
%%DATADIR%%/23015.af
|
||||
%%DATADIR%%/AirfoilExport.vspscript
|
||||
|
Loading…
Reference in New Issue
Block a user