diff options
author | Fernando Apesteguía <fernape@FreeBSD.org> | 2025-02-04 07:26:09 +0000 |
---|---|---|
committer | Fernando Apesteguía <fernape@FreeBSD.org> | 2025-02-06 08:04:08 +0000 |
commit | 02f4be4645a0b8b82da71e290589fd18654fe349 (patch) | |
tree | 50965ac2ceee4213ab03528060c30bb131b0cbdd | |
parent | bf38b7d55ddffcef522e12fd8dcd6998311fe5ea (diff) |
cad/openvsp: update to 3.42.2
ChangeLog:
https://openvsp.org/blogs/announcements/2025/02/04/openvsp-3-42-2-released
Features:
* Display alert message if accessing disabled screen is attempted.
* Make Mode ‘Apply and Show Only’ button more visually distinctive.
Fixes:
* Fix advanced link sceen failing to be disabled.
* Various API documentation fixes.
* Make Set_0 show up in Geom Browser by default.
* Do not make Vehicle appear selected when it is not.
* Update NerfGeomManager to match GeomManager Attribute changes.
* Don’t restore viewport size and view from file.
* Revert bool NameValData to int type.
* Ensure Vehicle BBox is up-to-date from API.
* Fix gimbal lock with rotation matrix.
* Only reset vehicle screen Parms from main screen.
* Fix crash when ParmChanged called with NULL Parm*. Thanks Mike V.
* Improve facade search for host python executable.
* Automatically call InitGUI from graphics API.
-rw-r--r-- | cad/openvsp/Makefile | 2 | ||||
-rw-r--r-- | cad/openvsp/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 261e97a5517e..f1a6a8e2c07c 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -1,6 +1,6 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ -DISTVERSION= 3.42.1 +DISTVERSION= 3.42.2 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo index b2a3df35575d..604e742f2b5b 100644 --- a/cad/openvsp/distinfo +++ b/cad/openvsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737737639 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.42.1_GH0.tar.gz) = ab762fa9eda28e9ea6defdb8c3f370cf995f5f4de21986316cabb62b872f359e -SIZE (OpenVSP-OpenVSP-OpenVSP_3.42.1_GH0.tar.gz) = 125959915 +TIMESTAMP = 1738653661 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.42.2_GH0.tar.gz) = b36e9d6dc9044a7a49b24cfc5cd6f38c7870bbc119eafbd64da004ae8b2d9107 +SIZE (OpenVSP-OpenVSP-OpenVSP_3.42.2_GH0.tar.gz) = 125957365 |