conditional face/vertex selection not working #315
Unanswered
rhit-jiaoq
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Nope, the filter still exists. I don't know why it is not available in your installation. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have just tested this. Everything seems ok starting from a fresh linux machine. python3 -m venv pm
source pm/bin/activate
pip3 install pymeshlab Output from installation
Command to test
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ms.apply_filter('compute_selection_by_condition_per_face', condselect=cond)
pymeshlab.pmeshlab.PyMeshLabException: Failed to apply filter: compute_selection_by_condition_per_face
Filter does not exists. Take a look at MeshSet.print_filter_list function.
Is it removed?
Beta Was this translation helpful? Give feedback.
All reactions