Skip to content

Commit

Permalink
fix first input
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashheer committed Dec 28, 2023
1 parent e8a84fe commit 90f8dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeno/src/nodes/prim/TransformPrimitive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ struct PrimitiveTransform : zeno::INode {

ZENDEFNODE(PrimitiveTransform, {
{
{"string", "path"},
{"PrimitiveObject", "prim"},
{"string", "path"},
{"enum world bboxCenter", "pivot", "bboxCenter"},
{"vec3f", "translation", "0,0,0"},
{"vec3f", "eulerXYZ", "0,0,0"},
Expand Down

0 comments on commit 90f8dea

Please sign in to comment.