Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a python script that's processing all the vertices in a mesh.
I've noticed that if I run it with any of the transform tools active it runs much slower than if I have the select tool active. This isn't a big deal, but I was wondering two things...
Is there anything in my script that might be causing this?
And/or, is there any command I can insert at the beginning of the function to ensure that the select tool is active rather than any other tool, something like...
def processVerts():
cmds.actvateSelectTool
doVertStuff
Solved! Go to Solution.