MaterialX: Implement export of Input nodes #20

Merged
Bogdan Nagirniak merged 26 commits from Vasyl-Pidhirskyi/blender:BLEN-530 into matx-export-material 2023-09-15 19:55:37 +02:00

26 Commits

Author SHA1 Message Date
f0f1b574cb Fixed possible error in converting. Code improvements 2023-09-15 20:53:42 +03:00
34ad30637a Review comments.
Format.
2023-09-15 20:33:41 +03:00
c1762e955e Merge branch 'matx-export-material' into BLEN-530 2023-09-15 16:04:24 +03:00
b5343a4d79 Format. 2023-09-15 13:11:22 +03:00
1b6b13df4c Remove redundant type conversion.
Removerd to_type argument from get_output_default to avoid double conversion.
Revert texcoord node to Vector2 as far as Vector 3 returns black result.
2023-09-15 13:08:42 +03:00
b06e2e9da5 Review comments. 2023-09-15 10:38:39 +03:00
0bebab8c47 Merge branch 'matx-export-material' into BLEN-530 2023-09-14 11:53:38 +03:00
891c3c0966 Implemented get_value_default, get_output_default.
Fixed type conversion issue. Now type is converted even if node is already in graph.
2023-09-13 15:52:55 +03:00
b934a39fb3 Node Wireframe. 2023-09-13 15:46:18 +03:00
1b8215f48e Node Color Attribute. 2023-09-13 15:45:31 +03:00
178fe3d3ac Node Value. 2023-09-13 15:44:15 +03:00
fc2a155e2b Node UVMap. 2023-09-13 15:43:45 +03:00
6acf520cf1 Node Texture Coordinate. 2023-09-13 15:43:20 +03:00
b70011f50a Node Tangent. 2023-09-13 15:42:38 +03:00
70324222ab Node RGB. 2023-09-13 15:42:12 +03:00
6eb75647bb Node Point Info. 2023-09-13 15:41:50 +03:00
4f55b22825 Node Particle Info. 2023-09-13 15:41:26 +03:00
1cc0846173 Node Object Info. 2023-09-13 15:41:02 +03:00
cf81887a2e Node Layer Weight. 2023-09-13 15:40:38 +03:00
cef33859c3 Node Curves Info. 2023-09-13 15:40:10 +03:00
4c8004b49b Node Geometry. 2023-09-13 15:39:28 +03:00
06a0de713f Node Fresnel. 2023-09-13 15:39:03 +03:00
78bae37417 Node Camera Data. 2023-09-13 15:38:29 +03:00
15a0580add Node Bevel. 2023-09-13 15:37:52 +03:00
4d97098a4c Node Attribute. 2023-09-13 15:37:20 +03:00
cf191c8add Node Ambient Occlusion. 2023-09-13 15:36:48 +03:00