【maya】ファイルの保存でのエラー

mayaでファイルを保存する際、
When saving a file in maya,

File contains unknown nodes or data. To preserve this information, the current file type cannot be changed.

というエラーが出て保存できない場合があります。
mayaの違うバージョンで作業をする必要のある時にちょくちょく出てきます。
どうやら、このシーンを作る際に使ったプラグインがロードされてないと出てくるみたいです。
sometimes I get the above error.
This happens When working between different maya versions.
Seems like the error occurs when a plug-in is not loaded that was used to create the scene.

次のコマンドで保存できるようになります。
Using the below commands will resolve the problem.


.maの場合
file -type "mayaAscii";

.mbの場合
file -type "mayaBinary";

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA