Skip to content

Commit

Permalink
[release] Merge branch 'master' of https://github.com/zenustech/zeno
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Jun 23, 2022
2 parents 5496a04 + c05d3fd commit ba453ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/Alembic/ReadAlembic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,10 @@ struct ReadAlembic : INode {
};

ZENDEFNODE(ReadAlembic, {
{{"readpath", "path"}, {"int", "frameid"}},
{
{"readpath", "path"},
{"frameid"},
},
{{"ABCTree", "abctree"}},
{},
{"alembic"},
Expand Down

0 comments on commit ba453ba

Please sign in to comment.