Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to run a 3rd party plugin and in the py file this line is failing:
render_device = cmds.getAttr("defaultArnoldRenderOptions.renderDevice")
In the script editor as mel commands I'm seeing this:
getAttr("defaultArnoldRenderOptions.renderDevice")
# Error: ValueError: file <maya console> line 1: No object matches name: defaultArnoldRenderOptions.renderDevice
listAttr("defaultArnoldRenderOptions")
# Error: ValueError: file <maya console> line 1: No object matches name: defaultArnoldRenderOptions
Arnold is set at the renderer and all works fine with a render, but not sure why these are failing.
Using Maya 2022.4
Any ideas?
Thank you
Thank you
Solved! Go to Solution.