forked from blender/blender
Support group nodes #22
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#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BogdanNagirniak/blender:matx-group-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
Group nodes should be supported.
Technical steps
GroupNodeParser
,GroupOutputNodeParser
,GroupInputNodeParser
inmaterialx/group_nodes.cc/.h
.NodeItem::input
,NodeItem::output
.<nodegraph>
by#define USE_MATERIALX_NODEGRAPH
. Disabled by default becausepxr::UsdMtlxRead()
doesn't perform nodegraphs.stage->ExportToString()
afterpxr::UsdMtlxRead()
.node_shader_tex_noise.cc
.@ -781,0 +817,4 @@
if (ELEM(type, Type::Color3, Type::Color4) &&
ELEM(category, "sin", "cos", "tan", "asin", "acos", "atan2", "sqrt", "ln", "exp"))
{
/* Such fucntions doesn't have implementation in MaterialX, converting to Vector types */
typo
fucntions
and plural form