Skip to content

Commit

Permalink
Merge pull request #364 from pro3d-space/features/provex
Browse files Browse the repository at this point in the history
Features/provex
  • Loading branch information
LauraFritz14 authored Nov 7, 2023
2 parents f22ae0a + 4eb01aa commit 69ccb2f
Show file tree
Hide file tree
Showing 27 changed files with 224,127 additions and 64,707 deletions.
4 changes: 2 additions & 2 deletions Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ Target.create "Publish" (fun _ ->
// 1. publish exe
"src/PRo3D.Viewer/PRo3D.Viewer.fsproj" |> DotNet.publish (fun o ->
{ o with
Framework = Some "net5.0"
Framework = Some "net6.0"
Runtime = Some "win10-x64" //-p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true
Common = { o.Common with CustomParams = Some "-p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:InPublish=True -p:DebugType=None -p:DebugSymbols=false -p:BuildInParallel=false" }
//SelfContained = Some true // https://github.com/dotnet/sdk/issues/10566#issuecomment-602111314
Expand All @@ -424,7 +424,7 @@ Target.create "Publish" (fun _ ->
// 1. publish exe
"src/PRo3D.Viewer/PRo3D.Viewer.fsproj" |> DotNet.publish (fun o ->
{ o with
Framework = Some "net5.0"
Framework = Some "net6.0"
Runtime = Some "osx-x64"
Common = { o.Common with CustomParams = Some "-p:InPublish=True -p:DebugType=None -p:DebugSymbols=false -p:BuildInParallel=false" }
//SelfContained = Some true // https://github.com/dotnet/sdk/issues/10566#issuecomment-602111314
Expand Down
302 changes: 151 additions & 151 deletions CREDITS.MD

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions PRODUCT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.20.0-prerelease1
- provex and multitexturing

## 4.12.0-prerelease10
- new trafo version
- distance filter for surface
Expand Down
10 changes: 10 additions & 0 deletions docs/ProvenanceTracking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Provenance tracking in PRo3D

PRo3D has several features for manual, semi-automatic and automatic provenace tracking which have been developed in the *PROVEX* project.
The features need to be enabled by command-line-arguments as such:
```--disableCors --port 4321 --remoteApi --enableProvenance```

DisableCors is required when running PRo3D UI from the PROVEX web app. For communication with the webapp the `remoteApi` needs to be enabled.
To enable provenace features from within PRo3D `--enable-Provenance``is needed.

More about this stream of features was presented at ASTRA2023 and in the provex specific documentation: https://github.com/pro3d-space/PRo3D/tree/features/provex/provex
Binary file modified lib/JR.Wrappers.dll
Binary file not shown.
Loading

0 comments on commit 69ccb2f

Please sign in to comment.