GPU OnOff - Turn gpu On or Off in all gpu accelerated nodes v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: KirillPleshakov
Useful for CPU rendering users, who are tired of GPU glitches, produced on CPU machines
Requirements:
12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10 or later
Linux, Mac, Windows
12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10 or later
Linux, Mac, Windows


I find it useful when you have a CPU render farm and a big comp script on your main machine, where you struggle to find and uncheck all the 'Use GPU if available' tics
Move the script to your plugins dir
Copy and paste to menu.py :
###
import GPU_OnOff
nuke.menu('Node Graph').addMenu('KirillPleshakov').addCommand('EnableGPUAcceleration', 'GPU_OnOff.enableGPUAcceleration()')
nuke.menu('Node Graph').addMenu('KirillPleshakov').addCommand('DisableGPUAcceleration', 'GPU_OnOff.disableGPUAcceleration()')
###
Right-click anywhere in the Node Graph - FrameForge - DisableGPUAcceleration / EnableGPUAcceleration
Write your comments!
Thanks!
Please login in order to download these files.