Arnold Render Settings Dialog Malfunctioning

Arnold Render Settings Dialog Malfunctioning

dhardy21
Explorer Explorer
1,830 Views
8 Replies
Message 1 of 9

Arnold Render Settings Dialog Malfunctioning

dhardy21
Explorer
Explorer

I installed Maya 2024.1 which came with MtoA 5.3.2. Whenever I'd like to change the render settings, the options appear squished and therefore inaccessible.

 MtoA 5.3.2 SquishedMtoA 5.3.2 Squished 

I tried updating Arnold to 5.3.3.1 and Arnold would not load.

Render settings window without ArnoldRender settings window without ArnoldLog after updating to 5.3.3.1Log after updating to 5.3.3.1

 

I've also tested loading in some 3rd party renderers and there are no issues.

This issue also happens in Maya 2022.

I've tried uninstalling and reinstalling Maya 2022, Maya 2024, and Arnold multiple times on different computers.

All tests were done in Windows 11.

 

0 Likes
Accepted solutions (1)
1,831 Views
8 Replies
Replies (8)
Message 2 of 9

lee_griggs
Autodesk
Autodesk

Does it happen with new Prefs?

Lee Griggs
Arnold rendering specialist
AUTODESK
0 Likes
Message 3 of 9

dhardy21
Explorer
Explorer

Yup, I deleted my prefs and the issue still persists.

0 Likes
Message 4 of 9

lee_griggs
Autodesk
Autodesk

MtoA is loaded in the plugin manager? What does it say in the script editor when you try to load it?

Lee Griggs
Arnold rendering specialist
AUTODESK
0 Likes
Message 5 of 9

dhardy21
Explorer
Explorer

When using 2024.1 and MtoA 5.3.2, here is the console output:

m2024_1__MtoA5_3_2.png

 

Arnold creates all of the shelf menus when using this combo. The only issue with this configuration are the squished render settings.

0 Likes
Message 6 of 9

lee_griggs
Autodesk
Autodesk

What error does it give when you try to load 5.3.3.1 in the plugin manager?

Lee Griggs
Arnold rendering specialist
AUTODESK
0 Likes
Message 7 of 9

dhardy21
Explorer
Explorer

Here is the output when I try to load MtoA via the pulgin manager:

evalDeferred "shaderBallRendererMenuUpdate";
// Error: line 1: filePathEditor: Attribute 'aiImage.filename' is invalid or is not designated 'usedAsFilename'.
// Error: line 1: filePathEditor: Attribute 'aiPhotometricLight.aiFilename' is invalid or is not designated 'usedAsFilename'.
# Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: AttributeError: file C:\Program Files\Autodesk\Maya2024\Python\lib\ctypes\__init__.py line 392: function 'AiProceduralExpand' not found
# Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: AttributeError: file C:\Program Files\Autodesk\Maya2024\Python\lib\ctypes\__init__.py line 392: function 'AiProceduralExpand' not found
# Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: AttributeError: file C:\Program Files\Autodesk\Maya2024\Python\lib\ctypes\__init__.py line 392: function 'AiProceduralExpand' not found
# Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: AttributeError: file C:\Program Files\Autodesk\Maya2024\Python\lib\ctypes\__init__.py line 392: function 'AiProceduralExpand' not found
# Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: AttributeError: file C:\Program Files\Autodesk\Maya2024\Python\lib\ctypes\__init__.py line 392: function 'AiProceduralExpand' not found
# Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: AttributeError: file C:\Program Files\Autodesk\Maya2024\Python\lib\ctypes\__init__.py line 392: function 'AiProceduralExpand' not found
import arnold
# Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: AttributeError: file C:\Program Files\Autodesk\Maya2024\Python\lib\ctypes\__init__.py line 392: function 'AiProceduralExpand' not found
// Error: Failed to load python module 'arnold'
evalDeferred "shaderBallRendererMenuUpdate";
// Warning: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: Loading plug-in "mtoa" has resulted in changes to the scene that may need to be saved.
// Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: initializePlugin function failed (mtoa)
// Warning: line 1: waitCursor stack empty

0 Likes
Message 8 of 9

thiago.ize
Autodesk
Autodesk
Accepted solution

The log messages you are posting all show that it's loading the ai.dll (the arnold library) from your htoa installation instead if your mtoa install. The htoa installation has a different version of Arnold than what mtoa libraries expect and so it fails.

0 Likes
Message 9 of 9

dhardy21
Explorer
Explorer

Thanks Thiago!

0 Likes