After saving my model, when I dragged the saved model into a new stage, I encountered the following message: “The reference doesn’t have a default prim set.”
@928871883 i am just another user, but one thing you need to make sure when saving your model in a new stage is to define a defaultPrim. there was another thread where i sort of outlined how to do that under a slightly different scenario:
you can define custom prim aside from the World prim as your default as long as there is one. otherwise, nothing will be referenced into another USD (in your case via dragdropping), which is what you have experienced and what the error is referring to.
Thank you very much. I have used your method to solve this problem, but a new issue has arisen, which is that the model dragged into the new stage cannot be displayed properly. I’m sorry, I’m a beginner and my questions may be a bit silly.