Skip to content

release_v4.1.0.6953

Latest
Compare
Choose a tag to compare
@starfieldKt starfieldKt released this 09 Dec 00:25
· 120 commits to develop_v4 since this release

Full Changelog: release_v4.1.0.6952...release_v4.1.0.6953

Japanese 日本語はこちら

バグ修正

#1428

アニメーション再生時の処理を最適化し処理速度が向上しました。

#1474

格子を拡大表示した際に、画面内に格子点が含まれていないエッジが表示されない不具合が修正されました。
表示画面の一回り大きい範囲に格子点が含まれていればエッジが表示されるようになっています。

#1485

「横断測量データから生成」機能で分割点を削除した際に異常終了する不具合が修正されました。

#1486

パーティクルのもつスカラーのカラーバーが表示されない不具合が修正されました。

開発者向けバグ修正

#1471

definition.xmlSolverDefinitiongridtype="1d" にするとソルバー読み込み時に異常終了する不具合が修正されました。

English

Bug Fixes

#1428

Optimized animation playback processing to improve performance.

#1474

Fixed an issue where edges without grid points within the screen were not displayed when zooming into the grid.
Edges are now displayed if grid points are present in an area larger than the displayed screen.

#1485

Fixed a crash that occurred when deleting division points in the "Generate from Cross-Section Data" feature.

#1486

Fixed an issue where the scalar color bar for particles was not displayed.

Bug Fixes for Developers

#1471

Fixed a crash that occurred when setting gridtype="1d" in the SolverDefinition of definition.xml during solver loading.