Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f0a7b83a0 | |||
| 209fde164c | |||
| 6053cc6657 | |||
| 7b5728904d |
+3
-1
@@ -150,7 +150,9 @@
|
||||
"parameters": [
|
||||
"https://speckle.xyz",
|
||||
"https://*.speckle.xyz",
|
||||
"https://*.speckle.dev"
|
||||
"https://latest.speckle.dev",
|
||||
"https://*.speckle.dev",
|
||||
"*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
+3
-3
@@ -15,9 +15,9 @@ export class CameraSettings {
|
||||
}
|
||||
|
||||
export class ColorSettings {
|
||||
public startColor: string = "#000000"
|
||||
public midColor: string = "#000000"
|
||||
public endColor: string = "#000000"
|
||||
public startColor: string = "#31c116"
|
||||
public midColor: string = "#fc8032"
|
||||
public endColor: string = "#e70000"
|
||||
public background: string = "#ffffff"
|
||||
|
||||
public getColorList() {
|
||||
|
||||
@@ -274,6 +274,8 @@ export class Visual implements IVisual {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
if (cleanName.startsWith("data.")) cleanName = cleanName.split("data.")[0]
|
||||
console.log("clean name", cleanName)
|
||||
return cleanName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user