LoginSignup
3
1

More than 3 years have passed since last update.

CATS + material combinerで出るエラーの対応

Posted at

みなさん、バ美肉してますか?

VRMからVRChatのデータを作るときに、
BlenderにCATSとmaterial combinerを使っている人は多いと思います。

さて、マテリアルを結合する際にこんなエラーが出ることがあります。

error.png

combiner_ops.py
Key Error:bpy_prop_collection[key] "Princpled BSDF" not found.

結論から言うと、Blenderを日本語化しているのが原因です。
エラーをでなくするにはBlenderのLanguageをEnglishにしましょう。

多分、日本語化したことで、"Princpled BSDF"が"プリンシプル BSDF"という名前になってしまい、
"Princpled BSDF"で探したときにnot found. になってしまうのが原因です。

それでは良いVRChat生活を!

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1