You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the PRTMaterialNode and the ArnoldMaterialNode need to find mesh nodes downstream the dependency graph. Currently, this is manually implemented, only following the plug connection chain via groupParts nodes (as these auxiliary nodes are inserted, when materials are assigned on the face level).
Task:
Reimplement this search logic properly and with support for intermediate nodes other than groupParts nodes. MItDependencyGraph is likely to help.
The text was updated successfully, but these errors were encountered:
Both the
PRTMaterialNode
and theArnoldMaterialNode
need to find mesh nodes downstream the dependency graph. Currently, this is manually implemented, only following the plug connection chain viagroupParts
nodes (as these auxiliary nodes are inserted, when materials are assigned on the face level).Task:
groupParts
nodes.MItDependencyGraph
is likely to help.The text was updated successfully, but these errors were encountered: