-
Notifications
You must be signed in to change notification settings - Fork 4
AnimationToolkit Traceback in Maya2025 MacOS #4
Copy link
Copy link
Open
Description
Thank you for providing Red9 to the Maya community!
Trying to use Red9 in Maya 2025.3 on MacOS and some of the tools work, but there are some that do not.
I have pymel installed and I put the latest python3 Red9 folder from github into
/Users/UserName/Library/Preferences/Autodesk/maya/2025/scripts/Red9
when I start Red9 I see this:
Red9.startup.setup : Red9MayaHacked Folder not found for this build of Maya : /Users/UserName/Library/Preferences/Autodesk/maya/2025/scripts/Red9/startup/maya_native/maya_2025.0
and when I try to open the AnimationToolkit from the Red9 menu I get this Traceback:
import Red9.core.Red9_AnimationUtils as r9Anim;r9Anim.AnimationUI.show()
Red9.startup.setup : Red9 Icons Path already setup
Warning: Red9.startup.setup : failed to return Maya main QT Widget
Error: 'NoneType' object has no attribute 'size'
# Traceback (most recent call last):
# File "", line 1, in
# File "/Users/UserName/Library/Preferences/Autodesk/maya/2025/scripts/Red9/core/Red9_AnimationUtils.py", line 889, in show
# animUI = cls()
# File "/Users/UserName/Library/Preferences/Autodesk/maya/2025/scripts/Red9/core/Red9_AnimationUtils.py", line 875, in init
# scaling_dpi = r9Setup.maya_screen_mapping()[3]
# File "/Users/UserName/Library/Preferences/Autodesk/maya/2025/scripts/Red9/startup/setup.py", line 201, in maya_screen_mapping
# screen_size = maya_appplication_size()
# File "/Users/UserName/Library/Preferences/Autodesk/maya/2025/scripts/Red9/startup/setup.py", line 184, in maya_appplication_size
# mayasize = maya_QT_mainWindow().size()
# AttributeError: 'NoneType' object has no attribute 'size'
Is there something I can edit in one of the Red9 files to get the AnimationToolkit window and it's tools to work?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels