Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2019-07-30 14:26:34 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2019-07-30 14:26:56 +0300
commit87e00386cf191674a42d320a4cbe18ddae2a94e0 (patch)
tree824cc39aeb0244951a82352ddd953f098320f60e /io_coat3D/data.json
parent27381001d7b9332eb669f1023f14b40d1f15f962 (diff)
io_coat3D: Improve alpha textures
Diffstat (limited to 'io_coat3D/data.json')
-rw-r--r--io_coat3D/data.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/io_coat3D/data.json b/io_coat3D/data.json
index e6eccae1..4eaf03e8 100644
--- a/io_coat3D/data.json
+++ b/io_coat3D/data.json
@@ -98,6 +98,19 @@
"huenode": "no",
"node_location": [ 100, 100 ],
"node_color": [ 0.1, 0.5, 0.1 ]
+ },
+
+ "alpha": {
+ "name": "alpha",
+ "colorspace": "noncolor",
+ "normal": "no",
+ "displacement": "no",
+ "find_input": [ "Alpha"],
+ "input": 8,
+ "rampnode": "no",
+ "huenode": "no",
+ "node_location": [ 0, -1000 ],
+ "node_color": [0.535, 0.608, 0.306]
}
}