Skip to content

Instantly share code, notes, and snippets.

@jocafa
Created March 8, 2022 05:32
Show Gist options
  • Save jocafa/c32d1aa2eaa9e9e89e2bc2b968c059a2 to your computer and use it in GitHub Desktop.
Save jocafa/c32d1aa2eaa9e9e89e2bc2b968c059a2 to your computer and use it in GitHub Desktop.
{
"nodes": {
"Material Output": {
"bl_idname": "ShaderNodeOutputMaterial",
"bl_label": "Material Output",
"name": "Material Output",
"label": "",
"location": {
"x": 300.0,
"y": 300.0
},
"width": 140.0,
"height": 100.0,
"width_hidden": 42.0,
"inputs": {
"Surface": {
"bl_idname": "NodeSocketShader",
"identifier": "Surface",
"name": "Surface",
"type": "SHADER",
"is_linked": true,
"default_value": null
},
"Volume": {
"bl_idname": "NodeSocketShader",
"identifier": "Volume",
"name": "Volume",
"type": "SHADER",
"is_linked": false,
"default_value": null
},
"Displacement": {
"bl_idname": "NodeSocketVector",
"identifier": "Displacement",
"name": "Displacement",
"type": "VECTOR",
"is_linked": false,
"default_value": [
0.0,
0.0,
0.0
]
}
},
"outputs": {}
},
"Math": {
"bl_idname": "ShaderNodeMath",
"bl_label": "Math",
"name": "Math",
"label": "",
"location": {
"x": 40.00001525878906,
"y": 500.0
},
"width": 140.0,
"height": 100.0,
"width_hidden": 42.0,
"inputs": {
"Value": {
"bl_idname": "NodeSocketFloat",
"identifier": "Value",
"name": "Value",
"type": "VALUE",
"is_linked": false,
"default_value": 0.5
},
"Value_001": {
"bl_idname": "NodeSocketFloat",
"identifier": "Value_001",
"name": "Value",
"type": "VALUE",
"is_linked": false,
"default_value": 0.5
},
"Value_002": {
"bl_idname": "NodeSocketFloat",
"identifier": "Value_002",
"name": "Value",
"type": "VALUE",
"is_linked": false,
"default_value": 0.5
}
},
"outputs": {
"Value": {
"bl_idname": "NodeSocketFloat",
"identifier": "Value",
"name": "Value",
"type": "VALUE",
"is_linked": false,
"default_value": 0.0
}
}
},
"Emission": {
"bl_idname": "ShaderNodeEmission",
"bl_label": "Emission",
"name": "Emission",
"label": "",
"location": {
"x": 40.00001525878906,
"y": 180.0
},
"width": 140.0,
"height": 100.0,
"width_hidden": 42.0,
"inputs": {
"Color": {
"bl_idname": "NodeSocketColor",
"identifier": "Color",
"name": "Color",
"type": "RGBA",
"is_linked": false,
"default_value": [
1.0,
1.0,
1.0,
1.0
]
},
"Strength": {
"bl_idname": "NodeSocketFloat",
"identifier": "Strength",
"name": "Strength",
"type": "VALUE",
"is_linked": false,
"default_value": 1.0
}
},
"outputs": {
"Emission": {
"bl_idname": "NodeSocketShader",
"identifier": "Emission",
"name": "Emission",
"type": "SHADER",
"is_linked": true,
"default_value": null
}
}
}
},
"links": [
{
"from_node": "Emission",
"from_socket": "Emission",
"to_node": "Material Output",
"to_socket": "Surface"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment