Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stdout spam #2388

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Fix stdout spam #2388

merged 2 commits into from
Oct 31, 2024

Conversation

julienduroure
Copy link
Collaborator

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

@julienduroure julienduroure added this to the Blender 4.2 LTS milestone Oct 30, 2024
@julienduroure julienduroure merged commit b5dddcc into blender-v4.3-release Oct 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant