Commit 57ce4df
Fix dot node crash in code generation (AcademySoftwareFoundation#2505)
Code attempts to use `in` on `dot` not without checking for existence on the node.
It will not be exposed (added) as a uniform input if it's connected as is the case with the `dot` nodes
used in the open_pbr to standard_surface conversion graph.
Simply add in a firewall check for existence first.1 parent 4431ce0 commit 57ce4df
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
914 | | - | |
| 914 | + | |
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
| |||
0 commit comments