forked from blender/blender
MaterialX: add support for nodes #11
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DagerD/blender#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "matx-add-other-nodes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Purpose
Add support for more nodes
Technical steps
Added support for:
Implemented
NodeItem::extract()
Fixed BSDF Principled node
@ -148,17 +148,22 @@ if(WITH_MATERIALX)
list(APPEND SRC
materialx/material.cc
materialx/nodes/bsdf_principled.cc
materialx/nodes/hueSatVal.cc
hue_sat_val.cc
@ -77,2 +77,4 @@
const NodeItem &if_val,
const NodeItem &else_val) const;
NodeItem extract(const int index) const;
NodeItem separate_color(const int index) const;
This function isn't implemented and seems not needed