MaterialX: Implement Gradient Texture node. #28

Merged
Bogdan Nagirniak merged 6 commits from Vasyl-Pidhirskyi/blender:BLEN-550 into matx-export-material 2023-09-21 09:31:28 +02:00

6 Commits

Author SHA1 Message Date
9ccafcfe67 Simplified formula.
Removed comments.
2023-09-21 09:02:14 +03:00
b74cc377a1 Added comment. 2023-09-20 18:52:28 +03:00
a9e919f44c Review comments - utilized dotproduct method.
Fixed dotproduct, added `to_type` argument to be able to specify output type of node while using `arithmetic` method.
2023-09-20 18:09:14 +03:00
7ce7d7058b Review comments. 2023-09-20 17:46:49 +03:00
f9c66e2c64 Fixed missed sqrt. 2023-09-20 13:04:09 +03:00
33b7a7a0fd Node Texture Gradient. 2023-09-20 11:03:54 +03:00