Skip to content

Commit

Permalink
Update command for enabling Nvidia CUDA rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Nov 6, 2023
1 parent 8e3e12d commit fff01a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuesubmit/plugins/OpenCue/Submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def buildBlenderCmd(layerData):
addon_prefs = bpy.context.preferences.addons['OpenCue'].preferences
use_gpu = addon_prefs.use_gpu
if use_gpu:
renderHW = "GPU"
renderHW = "CUDA"
else:
renderHW = "CPU"

Expand Down

0 comments on commit fff01a8

Please sign in to comment.