Skip to content

Commit

Permalink
#413 (without footprints part), #330, #414, #397
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraFritz14 committed Oct 18, 2024
1 parent b224cc6 commit a7cabeb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions TEST_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.25.0-prerelease6
- #413 (without footprints part), #330, #414, #397

## 4.25.0-prerelease5
- trafo updates merged with develop

Expand Down
Binary file modified lib/JR.Wrappers.dll
Binary file not shown.
1 change: 0 additions & 1 deletion lib/Native/JR.Wrappers/linux/AMD64/not-yet-ported.txt

This file was deleted.

1 change: 0 additions & 1 deletion lib/Native/JR.Wrappers/mac/not-yet-ported.txt

This file was deleted.

3 changes: 2 additions & 1 deletion src/PRo3D.Viewer/Viewer/ViewerLenses.fs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ module ViewerLenses =
Log.warn "[ViewerLenses] Surfaces have been added or removed making this scene state invalid.
Not applying surfaces for this scene state. Update Scene State for this bookmark
or delete and create new bookmark."
state //{state with stateSurfaces = m.scene.surfacesModel.surfaces}
let newState = {state with stateSurfaces = m.scene.surfacesModel.surfaces}
BookmarkUtils.getValidState newState
Log.line "m.origin = %s, state.origin = %s" (string m.scene.referenceSystem.origin) (string state.stateReferenceSystem.origin)
let scaleBars = // check scale bars; using old segments for performance reasons
if haveSameKeys state.stateScaleBars.scaleBars
Expand Down

0 comments on commit a7cabeb

Please sign in to comment.