File tree 1 file changed +65
-5
lines changed
addons/material_maker/nodes
1 file changed +65
-5
lines changed Original file line number Diff line number Diff line change 41
41
"from_port": 0,
42
42
"to": "switch",
43
43
"to_port": 1
44
+ },
45
+ {
46
+ "from": "math",
47
+ "from_port": 0,
48
+ "to": "gen_outputs",
49
+ "to_port": 1
50
+ },
51
+ {
52
+ "from": "gen_inputs",
53
+ "from_port": 0,
54
+ "to": "math_2",
55
+ "to_port": 1
56
+ },
57
+ {
58
+ "from": "math_2",
59
+ "from_port": 0,
60
+ "to": "math",
61
+ "to_port": 0
44
62
}
45
63
],
46
64
"label": "Normal Map",
117
135
{
118
136
"node": "edge_detect_1",
119
137
"widget": "amount"
138
+ },
139
+ {
140
+ "node": "math",
141
+ "widget": "default_in2"
120
142
}
121
143
],
122
144
"longdesc": "The strength of the normal map filter",
158
180
{
159
181
"name": "gen_outputs",
160
182
"node_position": {
161
- "x": -445 .663818,
162
- "y": 75 .047363
183
+ "x": -414 .663818,
184
+ "y": 77 .047363
163
185
},
164
186
"parameters": {
165
187
169
191
"group_size": 0,
170
192
"longdesc": "Shows the generated normal map",
171
193
"name": "Normal",
172
- "shortdesc": "Output ",
194
+ "shortdesc": "Normal ",
173
195
"type": "rgb"
196
+ },
197
+ {
198
+ "longdesc": "The corresponding depth map ready to be connected to the material",
199
+ "name": "Depth",
200
+ "shortdesc": "Depth",
201
+ "type": "f"
174
202
}
175
203
],
176
204
"seed": -6314,
180
208
{
181
209
"name": "gen_inputs",
182
210
"node_position": {
183
- "x": -1094 .910156,
184
- "y": 74 .047363
211
+ "x": -1119 .910156,
212
+ "y": 81 .047363
185
213
},
186
214
"parameters": {
187
215
319
347
"seed": 0,
320
348
"seed_locked": false,
321
349
"type": "pack_2x16_to_1x32"
350
+ },
351
+ {
352
+ "name": "math",
353
+ "node_position": {
354
+ "x": -581.165161,
355
+ "y": 334.908386
356
+ },
357
+ "parameters": {
358
+ "clamp": false,
359
+ "default_in1": 0,
360
+ "default_in2": 1,
361
+ "op": 2
362
+ },
363
+ "seed": 0,
364
+ "seed_locked": false,
365
+ "type": "math"
366
+ },
367
+ {
368
+ "name": "math_2",
369
+ "node_position": {
370
+ "x": -808.220703,
371
+ "y": 334.130615
372
+ },
373
+ "parameters": {
374
+ "clamp": false,
375
+ "default_in1": 1,
376
+ "default_in2": 1,
377
+ "op": 1
378
+ },
379
+ "seed": 0,
380
+ "seed_locked": false,
381
+ "type": "math"
322
382
}
323
383
],
324
384
"parameters": {
You can’t perform that action at this time.
0 commit comments