Error: Failed to create chaser #1674
Unanswered
Rhinoceroscity
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the very late response. You might have solved it already, but two things come to my mind:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I'm trying to get a custom export chaser to work in its own plugin. I've gotten it to work by modifying the Maya-USD plugin directly and adding the chaser there, but if its part of its own plugin, I simply get an error that it cannot create the chaser. The plugin compiles and loads just fine. I've attached the main.cpp file for my little chaser example plugin (which again, if its part of the Maya-USD plugin directly, works fine), and I make sure the load order is the Pixar USD plugin, the Maya USD plugin, then my own chaser plugin. I'm using Maya 2022.
Here's the command I use (MayaUSDTest is my own plugin containing the chaser):
And finally the error, in case it helps at all.
Beta Was this translation helpful? Give feedback.
All reactions