Skip to content

Commit

Permalink
Update python filter name
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni authored Nov 24, 2023
1 parent 2b95d80 commit 40d6386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ QString FilterMeshAlphaWrap::filterName(ActionIDType filterId) const
QString FilterMeshAlphaWrap::pythonFilterName(ActionIDType f) const
{
switch (f) {
case MESH_ALPHA_WRAP: return "create_alpha_wrap";
case MESH_ALPHA_WRAP: return "generate_alpha_wrap";
default: assert(0); return QString();
}
}
Expand Down

0 comments on commit 40d6386

Please sign in to comment.