art3mis Posted October 26, 2016 Share Posted October 26, 2016 Hi Anyone able to tell me if there is a global switch to enable, disable OpenCL? Even to function as an override for all the nested OpenCL toggles scattered throughout various nodes. If not seems like this would be a welcome feature. Quote Link to comment Share on other sites More sharing options...
bunker Posted October 26, 2016 Share Posted October 26, 2016 I didn't find any global switch for openCL but you can use python for that: for example, to turn off all Pyrosolver's openCL pyro = hou.nodeTypeCategories()["Dop"].nodeTypes()['pyrosolver::2.0'].instances() for i in pyro: i.parm("opencl").set(0) print i.path() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.