Skip to content

Commit

Permalink
Merge pull request #1693 from zenustech/fix-PrimFillColor
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
legobadman authored Jan 5, 2024
2 parents 1a6e65e + 47bced6 commit e8e6175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeno/src/nodes/neo/PrimAttrOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ struct PrimFillColor : PrimFillAttr {
virtual void apply() override {
this->inputs["attr"] = std::make_shared<StringObject>("clr");
this->inputs["type"] = std::make_shared<StringObject>("vec3f");
this->inputs["scope"] = std::make_shared<StringObject>("vert");
PrimFillAttr::apply();
}
};
Expand Down

0 comments on commit e8e6175

Please sign in to comment.