Skip to content

Commit

Permalink
Rename addon
Browse files Browse the repository at this point in the history
To reduce confusion when referencing addon

Update addon name in code
  • Loading branch information
n-jay committed Mar 30, 2024
1 parent 5a7c837 commit 13c2959
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def buildBlenderCmd(layerData):
outputFormat = layerData.get('cmd').get('outputFormat')

# Hardware use for rendering
addon_prefs = bpy.context.preferences.addons['OpenCue'].preferences
addon_prefs = bpy.context.preferences.addons['OpenCue-Blender'].preferences
use_gpu = addon_prefs.use_gpu
if use_gpu:
renderHW = "CUDA"
Expand Down

0 comments on commit 13c2959

Please sign in to comment.