Message 1 of 1
polyCleanupArgs in Python

Not applicable
07-06-2018
12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Stooopid question:
What is the Pythonic equivilant to:
polyCleanupArgList 4 { "0","2","1","1","0","0","0","0","0","1e-005","0","1e-005","0","1e-005","0","-1","0","0" };
I want to write a script in Python to check for non-quads. So far i'm stumped because I can't transpose the polyCleanupArgs. I'm not looking for a MEL solution, Python flavor only.