Skip to content

Commit

Permalink
Drag and drop feature supports STL format now; Color map is remembe…
Browse files Browse the repository at this point in the history
…red regardless of the file extension
  • Loading branch information
dipterix committed Apr 17, 2024
1 parent d6de9e1 commit 8ccd770
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changes since last CRAN release
* `69010a03 (HEAD -> master)` [_`dipterix`_]: Added `conform_volume` to conform images that simulate `FreeSurfer` conform algorithm
* `40d10a3b (origin/master, origin/HEAD)` [_`dipterix`_]: Exported `write.fs.surface`
* `4428cbf2 (HEAD -> master)` [_`dipterix`_]: Drag and drop feature supports `STL` format now; Color map is remembered regardless of the file extension
* `d6de9e10 (origin/master, origin/HEAD)` [_`dipterix`_]: Added `conform_volume` to conform images that simulate `FreeSurfer` conform algorithm
* `40d10a3b` [_`dipterix`_]: Exported `write.fs.surface`
* `8f356c31` [_`dipterix`_]: `volume_to_surf` can take objects (from `read_volume`) as input
* `c1e25e3a` [_`dipterix`_]: Fixed subject code not set issue when visualizing with template brain; Fixed atlas list not updated when brain is loaded; Fixed controller not set because the `value` variable is undefined; `Voxel Label` input is remembered.
* `4d0f2a23` [_`dipterix`_]: Fixed name parsing for surface file when `space` keyword is provided
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: threeBrain
Type: Package
Title: Your Advanced 3D Brain Visualization
Version: 1.1.0.9003
Version: 1.1.0.9004
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "[email protected]", role = c("aut", "res")),
Expand Down
2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-worker.js.map

Large diffs are not rendered by default.

0 comments on commit 8ccd770

Please sign in to comment.