issues
search
KhronosGroup
/
glTF-Blender-IO
Blender glTF 2.0 importer and exporter
https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html
Apache License 2.0
1.5k
stars
319
forks
source link
Fix stdout spam
#2388
Closed
julienduroure
closed
2 weeks ago
julienduroure
commented
2 weeks ago
2 main enhancements here:
error log will go to stderr, and others to stdout
A new parameter in operator to set the loglevel from command line bpy.ops.export_scene.gltf(loglevel=logging.INFO)
If not set from the ops, value is -1, and is set, as before, from the bpy.app.debug_value
2 main enhancements here: