You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling 3.5.24 for Maya 2024 a render settings window is blank. The error is the script editor is "No module named 'maya.app.stereo'" as called for in "createFireRenderCommonGlobalsTab.mel".
In the Autodesk documentation for Maya 2024 it is listed that it is still available so it took me a long time to troubleshoot thinking I must have somehow created a python issue when installing USD. No mention in that section that StereoCamera was removed from Maya 2024 for MacOS, I did however find it out from the known issue section under "Limitations when running Maya on Apple Silicon machines" despite the fact that it affects all MacOS installs.
Despite not being a programmer and less still a python/mel scripter I may be able to comment out or otherwise remove stereo camera functionality but I wanted to give a heads-up to anyone else who may want to build this for 2024 on MacOS.
I may not as well since I discovered a fix for the issue that was pushing me to upgrade from 3.5.4/2023 to 3.5.24/2024
Unrelated sidenote:
The issue I was experiencing that pushed me to upgrade in the first place was frequent crashes trying to render a scene that had several image sequences on textures, moving to 3.5.24/Maya2023 didn't resolve the issue but I did find that sending it as a background batch render allowed me to render all images in the scene without crashing.
The text was updated successfully, but these errors were encountered:
After compiling 3.5.24 for Maya 2024 a render settings window is blank. The error is the script editor is "No module named 'maya.app.stereo'" as called for in "createFireRenderCommonGlobalsTab.mel".
In the Autodesk documentation for Maya 2024 it is listed that it is still available so it took me a long time to troubleshoot thinking I must have somehow created a python issue when installing USD. No mention in that section that StereoCamera was removed from Maya 2024 for MacOS, I did however find it out from the known issue section under "Limitations when running Maya on Apple Silicon machines" despite the fact that it affects all MacOS installs.
Despite not being a programmer and less still a python/mel scripter I may be able to comment out or otherwise remove stereo camera functionality but I wanted to give a heads-up to anyone else who may want to build this for 2024 on MacOS.
I may not as well since I discovered a fix for the issue that was pushing me to upgrade from 3.5.4/2023 to 3.5.24/2024
Unrelated sidenote:
The issue I was experiencing that pushed me to upgrade in the first place was frequent crashes trying to render a scene that had several image sequences on textures, moving to 3.5.24/Maya2023 didn't resolve the issue but I did find that sending it as a background batch render allowed me to render all images in the scene without crashing.
The text was updated successfully, but these errors were encountered: