File tree 1 file changed +63
-5
lines changed
addons/material_maker/nodes
1 file changed +63
-5
lines changed Original file line number Diff line number Diff line change 35
35
"from_port": 0,
36
36
"to": "switch",
37
37
"to_port": 0
38
+ },
39
+ {
40
+ "from": "math",
41
+ "from_port": 0,
42
+ "to": "gen_outputs",
43
+ "to_port": 1
44
+ },
45
+ {
46
+ "from": "gen_inputs",
47
+ "from_port": 0,
48
+ "to": "math_2",
49
+ "to_port": 1
50
+ },
51
+ {
52
+ "from": "math_2",
53
+ "from_port": 0,
54
+ "to": "math",
55
+ "to_port": 0
38
56
}
39
57
],
40
58
"label": "Normal Map",
96
114
{
97
115
"node": "edge_detect_1",
98
116
"widget": "amount"
117
+ },
118
+ {
119
+ "node": "math",
120
+ "widget": "default_in2"
99
121
}
100
122
],
101
123
"longdesc": "The strength of the normal map filter",
137
159
{
138
160
"name": "gen_outputs",
139
161
"node_position": {
140
- "x": -458.663818359375 ,
141
- "y": 73.04736328125
162
+ "x": -320 ,
163
+ "y": 120
142
164
},
143
165
"parameters": {
144
166
148
170
"group_size": 0,
149
171
"longdesc": "Shows the generated normal map",
150
172
"name": "Normal",
151
- "shortdesc": "Output ",
173
+ "shortdesc": "Normal ",
152
174
"type": "rgb"
175
+ },
176
+ {
177
+ "longdesc": "The corresponding depth map ready to be connected to the material",
178
+ "name": "Depth",
179
+ "shortdesc": "Depth",
180
+ "type": "f"
153
181
}
154
182
],
155
183
"seed": -6314,
158
186
{
159
187
"name": "gen_inputs",
160
188
"node_position": {
161
- "x": -1147.91015625 ,
162
- "y": 77.9473648071289
189
+ "x": -1200 ,
190
+ "y": 140
163
191
},
164
192
"parameters": {
165
193
336
364
},
337
365
"seed_int": 0,
338
366
"type": "ensure_greyscale"
367
+ },
368
+ {
369
+ "name": "math",
370
+ "node_position": {
371
+ "x": -600,
372
+ "y": 380
373
+ },
374
+ "parameters": {
375
+ "clamp": false,
376
+ "default_in1": 0,
377
+ "default_in2": 1,
378
+ "op": 2
379
+ },
380
+ "seed_int": 0,
381
+ "type": "math"
382
+ },
383
+ {
384
+ "name": "math_2",
385
+ "node_position": {
386
+ "x": -820,
387
+ "y": 380
388
+ },
389
+ "parameters": {
390
+ "clamp": false,
391
+ "default_in1": 1,
392
+ "default_in2": 1,
393
+ "op": 1
394
+ },
395
+ "seed_int": 0,
396
+ "type": "math"
339
397
}
340
398
],
341
399
"parameters": {
You can’t perform that action at this time.
0 commit comments