Script needed for switching Anim Evaluation Mode to 'Parallel' and checking on GPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi! I'm an animator at a studio that is running into issues with their tools that is resetting the Evaluation mode every time they are used. Until the bug is addressed, it would be amazing if there was a script we could get that would turn on Parallel WITH GPU option checked on. Thanks so much for your time!
In a perfect world it would be this script (below) but would also include 'checking on the GPU function' as well!
--------------
import maya.cmds as cmds
cmds.evaluationManager(mode="parallel")
----------
- Brian