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

Size of Sv files #4391

Closed
Durman opened this issue Jan 10, 2022 · 1 comment · Fixed by #4603
Closed

Size of Sv files #4391

Durman opened this issue Jan 10, 2022 · 1 comment · Fixed by #4603
Labels
Proposal 💡 Would be nice to have

Comments

@Durman
Copy link
Collaborator

Durman commented Jan 10, 2022

Problem statement

By default Sverchok writes logs into Blender file. Some times it can increase the size of the file dramatically. From time to time I see complains of users that they can't share files because of their big size. Last report was about file with 300 mb size.

I see the solution of the problem in removing logs when the file is closed. If Blender crashed the logs might be still available when the file is reopened.

@Durman Durman added the Proposal 💡 Would be nice to have label Jan 10, 2022
@zeffii
Copy link
Collaborator

zeffii commented Jan 11, 2022

we could set a pre-save event to trim the sverchok.log size to N lines (set in preferences) . default of 256 lines maybe, (would be tiny filesize)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposal 💡 Would be nice to have
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants