Skip to content

Commit

Permalink
Fix output connection
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
  • Loading branch information
jstone-lucasfilm authored May 26, 2023
1 parent 039fd79 commit 7fdce82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cmlib/cmlib_ng.mtlx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<convert name="asColor" type="color3">
<input name="in" type="vector3" nodename="transform" />
</convert>
<output name="out" type="color3" nodename="transform" />
<output name="out" type="color3" nodename="asColor" />
</nodegraph>

<nodegraph name="NG_srgb_displayp3_to_lin_rec709_color4" nodedef="ND_srgb_displayp3_to_lin_rec709_color4">
Expand Down

1 comment on commit 7fdce82

@dgovil
Copy link
Contributor

@dgovil dgovil commented on 7fdce82 May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @jstone-lucasfilm . I missed that when I moved one of the transforms around.

Please sign in to comment.