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

Blender: Implement 'compress' settings extract blend #166

Merged

Conversation

BigRoy
Copy link
Collaborator

@BigRoy BigRoy commented Mar 8, 2024

Changelog Description

Implement a toggle in AYON settings to "compress" the .blend exports.
It defaults to False, to preserve the old behavior prior to this PR.

Additional info

Fix #156

Testing notes:

  1. Enable the settings on Extract Blend
  2. Export a .blend file.
  3. The file should be smaller than when the toggle is off.
  4. Loading the file should continue to work fine.

@ynbot ynbot added type: enhancement Improvement of existing functionality or minor addition size/XS host: Blender labels Mar 8, 2024
Copy link
Contributor

@simonebarbieri simonebarbieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works very well! Thanks for this, I actually didn't know that there was an option to export blend files as compressed!

@LiborBatek LiborBatek added the community Issues and PRs coming from the community members label Mar 11, 2024
@LiborBatek LiborBatek merged commit 63cd0ef into ynput:develop Mar 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Issues and PRs coming from the community members size/XS type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blender: Extract Blend allow to "compress" the output file
4 participants