Skip to content

Commit

Permalink
change cookEveryFrameIfAsked flag to false now that the bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
colasf committed Dec 14, 2021
1 parent 705e8fd commit 19f466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConvexHull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 90,7 @@ void
ConvexHull::getGeneralInfo(SOP_GeneralInfo* ginfo, const OP_Inputs* inputs, void* reserved)
{
// This will cause the node to cook every frame
ginfo->cookEveryFrameIfAsked = true;
ginfo->cookEveryFrameIfAsked = false;

//if direct to GPU loading:
ginfo->directToGPU = false;
Expand Down

0 comments on commit 19f466d

Please sign in to comment.