[Maya-Python] Looking for Feedback on This Face Selection Script

2018-04-03 Thread Darby Edelen
Hello, I'm new to the list and relatively new to Maya. I've been missing a tool in Cinema 4D that allows the user to select contiguous faces within boundaries defined by differences in polygon normal angles (boundaries = hard edges or an arbitrary angle), so I rolled my own Maya script. It se

Re: [Maya-Python] Looking for Feedback on This Face Selection Script

2018-04-04 Thread Justin Israel
Did you do any profiling of your code to narrow down the hot spots? You can also try maya.cmds as an alternative if you determine that any of the PyMel calls are slow. On Wed, Apr 4, 2018, 4:44 PM Darby Edelen wrote: > Hello, > > I'm new to the list and relatively new to Maya. > > I've been mis