Skip to content

Commit 3aa016b

Browse files
authored
Merge pull request #299 from LinkunGao/feat/v2.0.9
Feat/v2.0.9
2 parents 697a29a + 17aa4ed commit 3aa016b

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

package-lock.json

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "copper3d",
33
"description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"main": "dist/bundle.umd.js",
66
"moudle": "dist/bundle.esm.js",
77
"types": "dist/types/index.d.ts",
@@ -55,6 +55,6 @@
5555
"file-saver": "^2.0.5",
5656
"glsl-blend-soft-light": "^1.0.5",
5757
"glsl-film-grain": "^1.0.4",
58-
"three": "^0.158.0"
58+
"three": "^0.161.0"
5959
}
6060
}

src/Utils/segmentation/DrawToolCore.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,6 @@ export class DrawToolCore extends CommToolsData {
627627
this.protectedData.ctxes.drawingLayerThreeCtx.globalAlpha = 1;
628628
} else {
629629
if (this.protectedData.Is_Shift_Pressed) {
630-
console.log("draw");
631-
632630
if (
633631
!this.gui_states.segmentation &&
634632
!this.gui_states.Eraser &&

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ import { IPaintImage } from "./Utils/segmentation/coreTools/coreType";
4444

4545
import "./css/style.css";
4646

47-
export const REVISION = "v2.0.7";
47+
export const REVISION = "v2.0.9";
4848

4949
console.log(
50-
"%cCopper3D Visualisation %cBeta:v2.0.7",
50+
"%cCopper3D Visualisation %cBeta:v2.0.9",
5151
"padding: 3px;color:white; background:#023047",
5252
"padding: 3px;color:white; background:#f50a25"
5353
);

0 commit comments

Comments
 (0)