Moguri / blend2bam

A CLI tool to convert Blender blend files to Panda3D BAM files
MIT License
68 stars 18 forks source link

Crash after updating blender to 4.2 #94

Closed someoneetc closed 3 months ago

someoneetc commented 3 months ago

Seemingly due to a change in some interface, this import

from io_scene_gltf2.io.com.gltf2_io_debug import set_output_level #pylint: disable=import-error set_output_level('WARNING')

causes the program to crash

ImportError: cannot import name 'set_output_level' from 'io_scene_gltf2.io.com.gltf2_io_debug' (/usr/share/blender/4.2/scripts/addons_core/io_scene_gltf2/io/com/gltf2_io_debug.py).

Removing those two lines fixes the problem though.