File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2437,7 +2437,7 @@ let nodes_material_color: ui_node_t[] = [
2437
2437
{
2438
2438
id : 0 ,
2439
2439
name : _tr ( "Quantize" ) ,
2440
- type : "QUANTIZE" ,
2440
+ type : "QUANTIZE" , // extension
2441
2441
x : 0 ,
2442
2442
y : 0 ,
2443
2443
color : 0xff448c6d ,
@@ -2487,7 +2487,7 @@ let nodes_material_color: ui_node_t[] = [
2487
2487
{
2488
2488
id : 0 ,
2489
2489
name : _tr ( "Replace Color" ) ,
2490
- type : "REPLACECOL" ,
2490
+ type : "REPLACECOL" , // extension
2491
2491
x : 0 ,
2492
2492
y : 0 ,
2493
2493
color : 0xff448c6d ,
@@ -2769,7 +2769,7 @@ let nodes_material_vector: ui_node_t[] = [
2769
2769
{
2770
2770
id : 0 ,
2771
2771
name : _tr ( "Mix Normal Map" ) ,
2772
- type : "MIX_NORMAL_MAP" ,
2772
+ type : "MIX_NORMAL_MAP" , // extension
2773
2773
x : 0 ,
2774
2774
y : 0 ,
2775
2775
color : 0xff522c99 ,
@@ -3144,7 +3144,7 @@ let nodes_material_converter: ui_node_t[] = [
3144
3144
{
3145
3145
id : 0 ,
3146
3146
name : _tr ( "Color Mask" ) ,
3147
- type : "COLMASK" ,
3147
+ type : "COLMASK" , // extension
3148
3148
x : 0 ,
3149
3149
y : 0 ,
3150
3150
color : 0xff62676d ,
You can’t perform that action at this time.
0 commit comments