Skip to content

Commit 5eb783e

Browse files
committed
Support shortcut keys like ASE
1 parent 57378b7 commit 5eb783e

24 files changed

+3328
-4
lines changed

Nodes/Add.txt

+137
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
application/vnd.unity.graphview.elements {
2+
"m_SGVersion": 0,
3+
"m_Type": "UnityEditor.ShaderGraph.CopyPasteGraph",
4+
"m_ObjectId": "a58fbe6eb82a47058d45158ee3c6736e",
5+
"m_Edges": [],
6+
"m_Nodes": [
7+
{
8+
"m_Id": "6e74ef3f472b4c5a85c098be2dbad75c"
9+
}
10+
],
11+
"m_Groups": [],
12+
"m_StickyNotes": [],
13+
"m_Inputs": [],
14+
"m_Categories": [],
15+
"m_MetaProperties": [],
16+
"m_MetaPropertyIds": [],
17+
"m_MetaKeywords": [],
18+
"m_MetaKeywordIds": [],
19+
"m_MetaDropdowns": [],
20+
"m_MetaDropdownIds": []
21+
}
22+
23+
{
24+
"m_SGVersion": 0,
25+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
26+
"m_ObjectId": "176b0817f00e4afebd00fed52f26e9e8",
27+
"m_Id": 1,
28+
"m_DisplayName": "B",
29+
"m_SlotType": 0,
30+
"m_Hidden": false,
31+
"m_ShaderOutputName": "B",
32+
"m_StageCapability": 3,
33+
"m_Value": {
34+
"x": 0.0,
35+
"y": 0.0,
36+
"z": 0.0,
37+
"w": 0.0
38+
},
39+
"m_DefaultValue": {
40+
"x": 0.0,
41+
"y": 0.0,
42+
"z": 0.0,
43+
"w": 0.0
44+
}
45+
}
46+
47+
{
48+
"m_SGVersion": 0,
49+
"m_Type": "UnityEditor.ShaderGraph.AddNode",
50+
"m_ObjectId": "6e74ef3f472b4c5a85c098be2dbad75c",
51+
"m_Group": {
52+
"m_Id": ""
53+
},
54+
"m_Name": "Add",
55+
"m_DrawState": {
56+
"m_Expanded": true,
57+
"m_Position": {
58+
"serializedVersion": "2",
59+
"x": -1169.0,
60+
"y": 1532.0,
61+
"width": 126.0,
62+
"height": 118.0
63+
}
64+
},
65+
"m_Slots": [
66+
{
67+
"m_Id": "ffb0d8a07252450684e5e5361de3742e"
68+
},
69+
{
70+
"m_Id": "176b0817f00e4afebd00fed52f26e9e8"
71+
},
72+
{
73+
"m_Id": "b8f1356f4eb64e9788fb6f71ef1c10d7"
74+
}
75+
],
76+
"synonyms": [
77+
"addition",
78+
"sum",
79+
"plus"
80+
],
81+
"m_Precision": 0,
82+
"m_PreviewExpanded": false,
83+
"m_DismissedVersion": 0,
84+
"m_PreviewMode": 0,
85+
"m_CustomColors": {
86+
"m_SerializableColors": []
87+
}
88+
}
89+
90+
{
91+
"m_SGVersion": 0,
92+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
93+
"m_ObjectId": "b8f1356f4eb64e9788fb6f71ef1c10d7",
94+
"m_Id": 2,
95+
"m_DisplayName": "Out",
96+
"m_SlotType": 1,
97+
"m_Hidden": false,
98+
"m_ShaderOutputName": "Out",
99+
"m_StageCapability": 3,
100+
"m_Value": {
101+
"x": 0.0,
102+
"y": 0.0,
103+
"z": 0.0,
104+
"w": 0.0
105+
},
106+
"m_DefaultValue": {
107+
"x": 0.0,
108+
"y": 0.0,
109+
"z": 0.0,
110+
"w": 0.0
111+
}
112+
}
113+
114+
{
115+
"m_SGVersion": 0,
116+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
117+
"m_ObjectId": "ffb0d8a07252450684e5e5361de3742e",
118+
"m_Id": 0,
119+
"m_DisplayName": "A",
120+
"m_SlotType": 0,
121+
"m_Hidden": false,
122+
"m_ShaderOutputName": "A",
123+
"m_StageCapability": 3,
124+
"m_Value": {
125+
"x": 0.0,
126+
"y": 0.0,
127+
"z": 0.0,
128+
"w": 0.0
129+
},
130+
"m_DefaultValue": {
131+
"x": 0.0,
132+
"y": 0.0,
133+
"z": 0.0,
134+
"w": 0.0
135+
}
136+
}
137+

Nodes/ChannelMask.txt

+110
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
application/vnd.unity.graphview.elements {
2+
"m_SGVersion": 0,
3+
"m_Type": "UnityEditor.ShaderGraph.CopyPasteGraph",
4+
"m_ObjectId": "2249f9c419ea4c36820772f8b4d44b12",
5+
"m_Edges": [],
6+
"m_Nodes": [
7+
{
8+
"m_Id": "35518669db154eb7bdb58f5d34e21f9a"
9+
}
10+
],
11+
"m_Groups": [],
12+
"m_StickyNotes": [],
13+
"m_Inputs": [],
14+
"m_Categories": [],
15+
"m_MetaProperties": [],
16+
"m_MetaPropertyIds": [],
17+
"m_MetaKeywords": [],
18+
"m_MetaKeywordIds": [],
19+
"m_MetaDropdowns": [],
20+
"m_MetaDropdownIds": []
21+
}
22+
23+
{
24+
"m_SGVersion": 0,
25+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
26+
"m_ObjectId": "22ce0970f4af42ed9cd9878876084cab",
27+
"m_Id": 1,
28+
"m_DisplayName": "Out",
29+
"m_SlotType": 1,
30+
"m_Hidden": false,
31+
"m_ShaderOutputName": "Out",
32+
"m_StageCapability": 3,
33+
"m_Value": {
34+
"x": 0.0,
35+
"y": 0.0,
36+
"z": 0.0,
37+
"w": 0.0
38+
},
39+
"m_DefaultValue": {
40+
"x": 0.0,
41+
"y": 0.0,
42+
"z": 0.0,
43+
"w": 0.0
44+
}
45+
}
46+
47+
{
48+
"m_SGVersion": 0,
49+
"m_Type": "UnityEditor.ShaderGraph.ChannelMaskNode",
50+
"m_ObjectId": "35518669db154eb7bdb58f5d34e21f9a",
51+
"m_Group": {
52+
"m_Id": ""
53+
},
54+
"m_Name": "Channel Mask",
55+
"m_DrawState": {
56+
"m_Expanded": true,
57+
"m_Position": {
58+
"serializedVersion": "2",
59+
"x": -1356.0,
60+
"y": 1033.0,
61+
"width": 0.0,
62+
"height": 0.0
63+
}
64+
},
65+
"m_Slots": [
66+
{
67+
"m_Id": "9f415e4983934e2598da6955e3e1cd2a"
68+
},
69+
{
70+
"m_Id": "22ce0970f4af42ed9cd9878876084cab"
71+
}
72+
],
73+
"synonyms": [
74+
"component mask"
75+
],
76+
"m_Precision": 0,
77+
"m_PreviewExpanded": false,
78+
"m_DismissedVersion": 0,
79+
"m_PreviewMode": 0,
80+
"m_CustomColors": {
81+
"m_SerializableColors": []
82+
},
83+
"channel": 0,
84+
"m_ChannelMask": -1
85+
}
86+
87+
{
88+
"m_SGVersion": 0,
89+
"m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
90+
"m_ObjectId": "9f415e4983934e2598da6955e3e1cd2a",
91+
"m_Id": 0,
92+
"m_DisplayName": "In",
93+
"m_SlotType": 0,
94+
"m_Hidden": false,
95+
"m_ShaderOutputName": "In",
96+
"m_StageCapability": 3,
97+
"m_Value": {
98+
"x": 0.0,
99+
"y": 0.0,
100+
"z": 0.0,
101+
"w": 0.0
102+
},
103+
"m_DefaultValue": {
104+
"x": 0.0,
105+
"y": 0.0,
106+
"z": 0.0,
107+
"w": 0.0
108+
}
109+
}
110+

Nodes/Color.txt

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
application/vnd.unity.graphview.elements {
2+
"m_SGVersion": 0,
3+
"m_Type": "UnityEditor.ShaderGraph.CopyPasteGraph",
4+
"m_ObjectId": "c58d25616b19449f86d1dfcb116e89da",
5+
"m_Edges": [],
6+
"m_Nodes": [
7+
{
8+
"m_Id": "066336a7bd3449bda76bfcfdb19f38fd"
9+
}
10+
],
11+
"m_Groups": [],
12+
"m_StickyNotes": [],
13+
"m_Inputs": [],
14+
"m_Categories": [],
15+
"m_MetaProperties": [],
16+
"m_MetaPropertyIds": [],
17+
"m_MetaKeywords": [],
18+
"m_MetaKeywordIds": [],
19+
"m_MetaDropdowns": [],
20+
"m_MetaDropdownIds": []
21+
}
22+
23+
{
24+
"m_SGVersion": 1,
25+
"m_Type": "UnityEditor.ShaderGraph.ColorNode",
26+
"m_ObjectId": "066336a7bd3449bda76bfcfdb19f38fd",
27+
"m_Group": {
28+
"m_Id": ""
29+
},
30+
"m_Name": "Color",
31+
"m_DrawState": {
32+
"m_Expanded": true,
33+
"m_Position": {
34+
"serializedVersion": "2",
35+
"x": -1330.0,
36+
"y": 1034.0,
37+
"width": 0.0,
38+
"height": 0.0
39+
}
40+
},
41+
"m_Slots": [
42+
{
43+
"m_Id": "e574312b6e37436abfdcee264a423998"
44+
}
45+
],
46+
"synonyms": [
47+
"rgba"
48+
],
49+
"m_Precision": 0,
50+
"m_PreviewExpanded": true,
51+
"m_DismissedVersion": 0,
52+
"m_PreviewMode": 0,
53+
"m_CustomColors": {
54+
"m_SerializableColors": []
55+
},
56+
"m_Color": {
57+
"color": {
58+
"r": 0.0,
59+
"g": 0.0,
60+
"b": 0.0,
61+
"a": 0.0
62+
},
63+
"mode": 0
64+
}
65+
}
66+
67+
{
68+
"m_SGVersion": 0,
69+
"m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
70+
"m_ObjectId": "e574312b6e37436abfdcee264a423998",
71+
"m_Id": 0,
72+
"m_DisplayName": "Out",
73+
"m_SlotType": 1,
74+
"m_Hidden": false,
75+
"m_ShaderOutputName": "Out",
76+
"m_StageCapability": 3,
77+
"m_Value": {
78+
"x": 0.0,
79+
"y": 0.0,
80+
"z": 0.0,
81+
"w": 0.0
82+
},
83+
"m_DefaultValue": {
84+
"x": 0.0,
85+
"y": 0.0,
86+
"z": 0.0,
87+
"w": 0.0
88+
},
89+
"m_Labels": []
90+
}
91+

0 commit comments

Comments
 (0)