Skip to content

Commit

Permalink
Merge pull request #299 from LinkunGao/feat/v2.0.9
Browse files Browse the repository at this point in the history
Feat/v2.0.9
  • Loading branch information
LinkunGao authored Feb 14, 2024
2 parents 697a29a + 17aa4ed commit 3aa016b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
15 changes: 9 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copper3d",
"description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.",
"version": "2.0.8",
"version": "2.0.9",
"main": "dist/bundle.umd.js",
"moudle": "dist/bundle.esm.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -55,6 +55,6 @@
"file-saver": "^2.0.5",
"glsl-blend-soft-light": "^1.0.5",
"glsl-film-grain": "^1.0.4",
"three": "^0.158.0"
"three": "^0.161.0"
}
}
2 changes: 0 additions & 2 deletions src/Utils/segmentation/DrawToolCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,6 @@ export class DrawToolCore extends CommToolsData {
this.protectedData.ctxes.drawingLayerThreeCtx.globalAlpha = 1;
} else {
if (this.protectedData.Is_Shift_Pressed) {
console.log("draw");

if (
!this.gui_states.segmentation &&
!this.gui_states.Eraser &&
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ import { IPaintImage } from "./Utils/segmentation/coreTools/coreType";

import "./css/style.css";

export const REVISION = "v2.0.7";
export const REVISION = "v2.0.9";

console.log(
"%cCopper3D Visualisation %cBeta:v2.0.7",
"%cCopper3D Visualisation %cBeta:v2.0.9",
"padding: 3px;color:white; background:#023047",
"padding: 3px;color:white; background:#f50a25"
);
Expand Down

0 comments on commit 3aa016b

Please sign in to comment.