File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
api/service/sync/interface/step/attributes/material/node Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import { NodeMaterialBlockConnectionPointTypes } from '@babylonjs/core'
22
3- import { C3 , C4 } from '@/type/general/color.type'
4-
53export interface RvMaterialNode {
64 fid : string
75 inputs : RvMaterialNodeInput [ ]
@@ -10,6 +8,6 @@ export interface RvMaterialNode {
108export interface RvMaterialNodeInput {
119 type : NodeMaterialBlockConnectionPointTypes
1210 key : string
13- value : string | number | C3 | C4
11+ value : string | number
1412 range ?: [ number , number ]
1513}
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ import { PluginType } from './plugin/dto/plugin-type.enum'
264264import { PluginViewProps } from './plugin/dto/plugin-view-props.interface'
265265import IconPlugin from './plugin/icon-plugin'
266266import ViewPlugin from './plugin/view-plugin'
267+ import { C3 , C4 } from './type/general/color.type'
267268import { V2 , V3 , V4 } from './type/general/vector.type'
268269import CryptoUtils from './utils/crypto-utils'
269270import DataUtils from './utils/data-utils'
@@ -485,6 +486,8 @@ export type {
485486 NodeMaterialChangeListener ,
486487 RsMaterialServiceApi ,
487488 RvNodeMaterialAnalyzerApi ,
489+ C3 ,
490+ C4 ,
488491}
489492
490493export {
You can’t perform that action at this time.
0 commit comments