Message 1 of 5
textCurves command not working in 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having issues with the textCurves command in maya 2022.
It gives me this error:
"Failed to create the text with the specified font"
By not specifying the font I want it to use, the command should use a default font, but it just gives me the error I specified above.
I am at a loss to what it could be.
Here is an example of the code;
Import maya.cmds as cmds cmds.textCurves(text = "curve", name = "curvetext")
I have also asked a few friends to run this code on their machines, one has maya 2020 and the other has maya 2023 and it works for them.