@@ -4,6 +4,7 @@ import { OutlinerNode } from "./abstract/outliner_node"
44import { OutlinerElement } from "./abstract/outliner_element"
55import { radToDeg } from "three/src/math/MathUtils"
66import { PointerTarget } from "../interface/pointer_target"
7+ import { markerColors } from "../marker_colors"
78
89export const Outliner = {
910 ROOT : 'root' ,
@@ -213,19 +214,6 @@ Object.defineProperty(window, 'selected', {
213214 console . warn ( 'You cannot modify this' )
214215 }
215216} ) ;
216- //Colors
217- export const markerColors = [
218- { pastel : "#A2EBFF" , standard : "#58C0FF" , id : 'light_blue' } ,
219- { pastel : "#FFF899" , standard : "#F4D714" , id : 'yellow' } ,
220- { pastel : "#F1BB75" , standard : "#EC9218" , id : 'orange' } ,
221- { pastel : "#FF9B97" , standard : "#FA565D" , id : 'red' } ,
222- { pastel : "#C5A6E8" , standard : "#B55AF8" , id : 'purple' } ,
223- { pastel : "#A6C8FF" , standard : "#4D89FF" , id : 'blue' } ,
224- { pastel : "#7BFFA3" , standard : "#00CE71" , id : 'green' } ,
225- { pastel : "#BDFFA6" , standard : "#AFFF62" , id : 'lime' } ,
226- { pastel : "#FFA5D5" , standard : "#F96BC5" , id : 'pink' } ,
227- { pastel : "#E0E9FB" , standard : "#C7D5F6" , id : 'silver' }
228- ]
229217
230218
231219export class NodePreviewController extends EventSystem {
@@ -1675,7 +1663,6 @@ Interface.definePanels(function() {
16751663
16761664Object . assign ( window , {
16771665 Outliner,
1678- markerColors,
16791666 OutlinerNode,
16801667 OutlinerElement,
16811668 NodePreviewController,
0 commit comments