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

Reduce or Eliminate dependencies #2

Open
Fweeb opened this issue Mar 19, 2022 · 1 comment
Open

Reduce or Eliminate dependencies #2

Fweeb opened this issue Mar 19, 2022 · 1 comment

Comments

@Fweeb
Copy link
Collaborator

Fweeb commented Mar 19, 2022

Currently, Swiffle requires installing a few non-stock Python modules (at least, non-stock in terms of what's shipped with Blender). Three of these are requirements of the PYSWF library that we've pulled into the add-on:

  • six
  • lxml
  • pylzma

The fourth is Pillow, and that's used to help convert embedded image data in SWF files to Blender's internal image buffer.

Currently, we have an additional operator in the add-on to help users install those modules so Blender's Python can see them. It works, but it's not ideal. Choices at this point are either to also pull those modules into the add-on (making it a bigger download) or try to implement the parts that we need without actually using them.

All of this sounds like an awful lot of work...

@logiota
Copy link

logiota commented Jan 3, 2025

Is there a manual way on recent Blender versions?

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

No branches or pull requests

2 participants