🕌

Blender3.6でSimplygonを有効にするとエラーが出る問題の修正

2023/08/28に公開

前提

Simplygon

https://www.simplygon.com/

問題

https://documentation.simplygon.com/SimplygonSDK_10.2.400.0/blender/installation.html
Document通りにインストールしてもエラーが出る。

解決策

blender3.6で関数の場所が変わった。
C:\Users\<Username>\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\simplygon_10_addon\__init__.py

-from io_scene_gltf2.blender.exp import gltf2_blender_gather_texture_info
+from io_scene_gltf2.blender.exp.material import gltf2_blender_gather_texture_info

Discussion