Community
Maya Forum
Welcome to Autodeskā€™s Maya Forums. Share your knowledge, ask questions, and explore popular Maya topics.
cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 

Render Settings - access to the common tab Arnold

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
326 Views, 3 Replies

Render Settings - access to the common tab Arnold

Hello everyone, I need help
I can no longer access to the Arnold common tab because it is too small
I saw on other requests of this type, a person deleted the objects on scene and the tab became normal
But it didn't work for me
common tab arnold.PNG
and no problem for the others tab
common tab arnold 2.PNG
(I use Maya 2020)
someone can help me ?

3 REPLIES 3
Message 2 of 4
Christoph_Schaedl
in reply to: Anonymous

Deleting the prefs would be my first try.

----------------------------------------------------------------
https://linktr.ee/cg_oglu
Message 3 of 4
Anonymous
in reply to: Christoph_Schaedl

The problem is related to the scene, I tested it anyway but that doesn't change.
When I open any other scene there's no this problem.
but thanks for trying to help

Message 4 of 4
Anonymous
in reply to: Anonymous

I find this error:
1)
# Error: line 1: UnicodeEncodeError: file C:\Program Files\Autodesk\Arnold\maya2020\scripts\mtoa\ui\globals\common.py line 923: 'ascii' codec can't encode character u'\xe9' in position 3: ordinal not in range(128) #
2)
# Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/unifiedRenderGlobalsWindow.mel line 1774: RuntimeError: file C:\Program Files\Autodesk\Arnold\maya2020\scripts\mtoa\cmds\rendererCallbacks.py line 648: Error occurred during execution of MEL script
-
And this line code to the location but no idea about the problem:

1)
line 923:

# List all mono perspective cameras first
for camera in monoCams:
if cmds.getAttr('{}.renderable'.format(camera)):
renderableCameras.append((camera, False))
else:
nonRenderableCameras.append((camera, False))

2)
line 1774:
else
{
callbacks -executeCallbacks -hook "rendererAddOneTabToGlobalsWindowCreateProc" $createProc;
}

line 648:
if createProc in createProcs:
mel.eval(createProc)
-----

but not sure this lines code is the problem

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report