Skip to content

Commit

Permalink
[release] refix
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Jul 25, 2022
1 parent a70b5fe commit 1ca8739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zeno/src/nodes/CurveNodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ struct UpdateCurveControlPoint : zeno::INode {
data.cpoints[i].left_handler = get_input2<vec2f>("left_handler");
if (has_input("right_handler"))
data.cpoints[i].right_handler = get_input2<vec2f>("right_handler");

set_output("curve", std::move(curve));
}
};

Expand Down

0 comments on commit 1ca8739

Please sign in to comment.