Bogdan Nagirniak BogdanNagirniak
  • Joined on 2023-02-13
Bogdan Nagirniak pushed to BLEN-530 at Vasyl-Pidhirskyi/blender 2023-09-15 19:53:54 +02:00
f0f1b574cb Fixed possible error in converting. Code improvements
Bogdan Nagirniak approved DagerD/blender#20 2023-09-15 19:39:55 +02:00
MaterialX: Implement export of Input nodes

Looks good

Bogdan Nagirniak approved DagerD/blender#23 2023-09-15 18:17:51 +02:00
MaterialX: Implement more shader nodes

Looks good

Bogdan Nagirniak commented on pull request DagerD/blender#20 2023-09-15 18:12:31 +02:00
MaterialX: Implement export of Input nodes

I think this has to be reverted back, let to_type be here. It is always possible to use Type::Any

Bogdan Nagirniak suggested changes for DagerD/blender#20 2023-09-15 18:12:31 +02:00
MaterialX: Implement export of Input nodes

Node implementation is ok, small changes are required

Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-15 10:52:28 +02:00
8a2461c6b2 Fixed GroupNodeParser::compute_full()
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-15 10:09:48 +02:00
23e05a2e77 Fixes in group_nodes.cc and node_item.cc
Bogdan Nagirniak created pull request DagerD/blender#22 2023-09-14 19:12:35 +02:00
Support group nodes
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 18:54:12 +02:00
61e0e05430 Added #define USE_MATERIALX_NODEGRAPH. Implemented node group parsing without nodegraph creation.
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 18:13:24 +02:00
8f67ebb007 Finished GroupInputNodeParser
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 18:03:24 +02:00
414217ae73 Added NodeItem::input, code improvements
7a222195b3 Merge branch 'matx-export-material' into matx-group-nodes
cbc1e652ab MaterialX: add shader nodes
Compare 3 commits »
Bogdan Nagirniak pushed to matx-export-material at DagerD/blender 2023-09-14 16:55:15 +02:00
cbc1e652ab MaterialX: add shader nodes
Bogdan Nagirniak merged pull request DagerD/blender#21 2023-09-14 16:55:15 +02:00
MaterialX: add shader nodes
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 16:36:36 +02:00
db50b39e47 Add logging of material stage
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 15:27:12 +02:00
57b0e8abf2 Implementing GroupInputNodeParser
Bogdan Nagirniak approved DagerD/blender#21 2023-09-14 14:47:58 +02:00
MaterialX: add shader nodes

Looks good

Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 14:25:26 +02:00
6a68376723 Fixes, preparing for GroupInputNodeParser
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 11:42:11 +02:00
9530f24d3d Different fixes
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 04:59:18 +02:00
b4247e8bee Merge branch 'matx-export-material' into matx-group-nodes
1bc2f5c125 Adjusted BSDFPrincipled
f931fbc87c Merge branch 'main' into matx-export-material
6fcdcd4108 UI/I18N: Fix a couple of issues in new 'Add Modifiers' menu.
f42b02cccc Workbench: Sculpt fixes
Compare 114 commits »
Bogdan Nagirniak pushed to matx-group-nodes at BogdanNagirniak/blender 2023-09-14 04:57:49 +02:00
1bd4ae1663 Added NodeItem::output and corresponded functionality.