Created
September 2, 2019 15:02
-
-
Save leighst/f72c5d64861b7e227fd9d9a40df0813c to your computer and use it in GitHub Desktop.
[count vertices]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filter @message like 'Mesh reconstruction completed' | |
| parse @message /Mesh reconstruction completed: (?<vertices>\d+)/ | |
| sort vertices desc | |
| limit 500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment